Skip to content

Commit 917bf5d

Browse files
committed
call update chain height after block processing
1 parent 0505ed2 commit 917bf5d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

key-wallet-manager/src/wallet_manager/process_block.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@ impl<T: WalletInfoInterface + Send + Sync + 'static> WalletInterface for WalletM
3737
}
3838
}
3939

40+
self.update_height(height);
41+
4042
self.current_height = height;
4143

4244
relevant_txids

0 commit comments

Comments
 (0)