You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The UtxoSetHash is implemented as an index (subclass of BaseIndex)
and maintains data in LevelDB. It keeps the muhash for each block
in the database and also allows to search them by block hash or
height. It also maintains the global Muhash object which is being
modified as new blocks get added to the chain or as reorgs happen.
This commit also adds a serialization method to the Muhash object
to be able to persist it between restarts of the node.
0 commit comments