Fix test for wallet_create_max to allow for utx database addition (#691)
This commit is contained in:
parent
8283b56a5d
commit
838c58b489
1 changed files with 1 additions and 1 deletions
|
@ -76,7 +76,7 @@ TEST (wallets, wallet_create_max)
|
|||
rai::system system (24000, 1);
|
||||
bool error (false);
|
||||
rai::wallets wallets (error, *system.nodes[0]);
|
||||
const int nonWalletDbs = 16;
|
||||
const int nonWalletDbs = 17;
|
||||
for (int i = 0; i < system.nodes[0]->config.lmdb_max_dbs - nonWalletDbs; i++)
|
||||
{
|
||||
rai::keypair key;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue