mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2025-01-25 19:55:52 +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;
|
return 24;
|
||||||
|
|
||||||
case Coin.monero:
|
case Coin.monero:
|
||||||
return 25;
|
return 16;
|
||||||
|
|
||||||
case Coin.bitcoinFrost:
|
case Coin.bitcoinFrost:
|
||||||
case Coin.bitcoinFrostTestNet:
|
case Coin.bitcoinFrostTestNet:
|
||||||
|
|
Loading…
Reference in a new issue