Passing through generate_work bool.
This commit is contained in:
parent
23da9e1f8c
commit
9ef9c7aeef
1 changed files with 1 additions and 1 deletions
|
@ -924,7 +924,7 @@ rai::public_key rai::wallet::deterministic_insert (MDB_txn * transaction_a, bool
|
|||
rai::public_key rai::wallet::deterministic_insert (bool generate_work_a)
|
||||
{
|
||||
rai::transaction transaction (store.environment, nullptr, true);
|
||||
auto result (deterministic_insert (transaction));
|
||||
auto result (deterministic_insert (transaction, generate_work_a));
|
||||
return result;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue