Skip to content

Commit

Permalink
Fix verified block to verified_confirmed
Browse files Browse the repository at this point in the history
Signed-off-by: deniallugo <[email protected]>
  • Loading branch information
Deniallugo committed Aug 20, 2021
1 parent f96fedc commit 77f9425
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/lib/storage/src/chain/account/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ impl<'a, 'c> AccountSchema<'a, 'c> {
.await?;

let last_verified_block = BlockSchema(&mut transaction)
.get_last_verified_block()
.get_last_verified_confirmed_block()
.await?
.0 as i64;

Expand Down

0 comments on commit 77f9425

Please sign in to comment.