mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2025-01-10 20:54:33 +00:00
update default monero seed length for ui display purposes
This commit is contained in:
parent
25688a696e
commit
ef7afcb634
1 changed files with 1 additions and 1 deletions
|
@ -297,7 +297,7 @@ abstract class Constants {
|
|||
return 24;
|
||||
|
||||
case Coin.monero:
|
||||
return 25;
|
||||
return 16;
|
||||
|
||||
case Coin.bitcoinFrost:
|
||||
case Coin.bitcoinFrostTestNet:
|
||||
|
|
Loading…
Reference in a new issue