Skip to content

Commit 887474b

Browse files
committed
🧙♀️"/44'/60'/0'/0" add ecample with mnemonics generation
1 parent c5ed091 commit 887474b

File tree

5 files changed

+261
-57
lines changed

5 files changed

+261
-57
lines changed

Example/web3swiftBrowser/web3swiftBrowser/AppDelegate.swift

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ class AppDelegate: UIResponder, UIApplicationDelegate {
1515
var window: UIWindow?
1616

1717

18-
func application(_ application: UIApplication, didFinishLaunchingWithOptions launchOptions: [UIApplication.LaunchOptionsKey: Any]?) -> Bool {
19-
// Override point for customization after application launch.
20-
return true
21-
}
18+
// func application(_ application: UIApplication, didFinishLaunchingWithOptions launchOptions: [UIApplication.LaunchOptionsKey: Any]?) -> Bool {
19+
// // Override point for customization after application launch.
20+
//// return true
21+
// }
2222

2323
func applicationWillResignActive(_ application: UIApplication) {
2424
// Sent when the application is about to move from active to inactive state. This can occur for certain types of temporary interruptions (such as an incoming phone call or SMS message) or when the user quits the application and it begins the transition to the background state.

0 commit comments

Comments
 (0)