mirror of
https://github.com/wealdtech/ethdo.git
synced 2026-01-08 21:48:05 -05:00
Remove print statement.
This commit is contained in:
@@ -14,7 +14,6 @@
|
|||||||
package util
|
package util
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"fmt"
|
|
||||||
"regexp"
|
"regexp"
|
||||||
"strings"
|
"strings"
|
||||||
|
|
||||||
@@ -67,7 +66,6 @@ func SeedFromMnemonic(mnemonic string) ([]byte, error) {
|
|||||||
bip39.SetWordList(wl)
|
bip39.SetWordList(wl)
|
||||||
seed, err := bip39.NewSeedWithErrorChecking(expandMnemonic(mnemonic), mnemonicPassphrase)
|
seed, err := bip39.NewSeedWithErrorChecking(expandMnemonic(mnemonic), mnemonicPassphrase)
|
||||||
if err == nil {
|
if err == nil {
|
||||||
fmt.Printf("Seed is %#x\n", seed)
|
|
||||||
return seed, nil
|
return seed, nil
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user