Skip to content

Commit

Permalink
databases are funny
Browse files Browse the repository at this point in the history
  • Loading branch information
fireduck64 committed Dec 30, 2018
1 parent f955078 commit 44e74c6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions client/src/WalletUtil.java
Expand Up @@ -97,6 +97,7 @@ else if (key_mode.equals(MODE_QHARD))
}
else if (key_mode.equals(MODE_SEED))
{
existing_wallet = mergeDatabases(ImmutableList.of(existing_wallet, wallet_builder.build()), params);
String gen_seed = null;
int next_index=0;
if (existing_wallet.getSeedsCount() == 0)
Expand Down

0 comments on commit 44e74c6

Please sign in to comment.