You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -572,7 +598,7 @@ func (a *fileAccount) UnsafeExport() string {
572
598
573
599
funcinit() {
574
600
flags:=flag.NewFlagSet("", flag.ContinueOnError)
575
-
flags.String(cfgAlgorithm, wallet.AlgorithmEd25519Adr8, fmt.Sprintf("Cryptographic algorithm to use for this account [%s, %s]", wallet.AlgorithmEd25519Adr8, wallet.AlgorithmSecp256k1Bip44))
601
+
flags.String(cfgAlgorithm, wallet.AlgorithmEd25519Adr8, fmt.Sprintf("Cryptographic algorithm to use for this account [%s, %s, %s]", wallet.AlgorithmEd25519Adr8, wallet.AlgorithmSecp256k1Bip44, wallet.AlgorithmSr25519Adr8))
576
602
flags.Uint32(cfgNumber, 0, "Key number to use in the key derivation scheme")
@@ -283,7 +297,7 @@ func (a *ledgerAccount) UnsafeExport() string {
283
297
284
298
funcinit() {
285
299
flags:=flag.NewFlagSet("", flag.ContinueOnError)
286
-
flags.String(cfgAlgorithm, wallet.AlgorithmEd25519Legacy, fmt.Sprintf("Cryptographic algorithm to use for this account [%s, %s, %s]", wallet.AlgorithmEd25519Legacy, wallet.AlgorithmEd25519Adr8, wallet.AlgorithmSecp256k1Bip44))
300
+
flags.String(cfgAlgorithm, wallet.AlgorithmEd25519Legacy, fmt.Sprintf("Cryptographic algorithm to use for this account [%s, %s, %s, %s]", wallet.AlgorithmEd25519Legacy, wallet.AlgorithmEd25519Adr8, wallet.AlgorithmSecp256k1Bip44, wallet.AlgorithmSr25519Adr8))
287
301
flags.Uint32(cfgNumber, 0, "Key number to use in the derivation scheme")
0 commit comments