Initializing.
This commit is contained in:
parent
79a53796a6
commit
ce773a496b
1 changed files with 1 additions and 1 deletions
|
@ -2659,7 +2659,7 @@ rai::account rai::ledger::account (MDB_txn * transaction_a, rai::block_hash cons
|
|||
{
|
||||
assert (store.block_exists (transaction_a, hash_a));
|
||||
auto hash (hash_a);
|
||||
rai::block_hash successor;
|
||||
rai::block_hash successor (1);
|
||||
while (!successor.is_zero ())
|
||||
{
|
||||
successor = store.block_successor (transaction_a, hash);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue