-
Notifications
You must be signed in to change notification settings - Fork 586
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix block height and hash for unconfirmed transations in store
The Transaction Store sets block hash to `0...0` for unconfirmed transaction instead of `nil`. This code change makes sure not to override the nil value of `blockHash` in that case.
- Loading branch information
1 parent
82c95a7
commit 0eb3f9c
Showing
1 changed file
with
10 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters