OSDN Git Service

dispatch signature when proccess block (#85)
[bytom/vapor.git] / protocol / store.go
index 6854418..48ac4e8 100644 (file)
@@ -27,6 +27,7 @@ type Store interface {
        LoadBlockIndex(uint64) (*state.BlockIndex, error)
        SaveBlock(*types.Block, *bc.TransactionStatus) error
        SaveChainStatus(*state.BlockNode, *state.BlockNode, *state.UtxoViewpoint, map[uint64]*state.VoteResult) error
+       SaveChainNodeStatus(*state.BlockNode, *state.BlockNode) error
 }
 
 // BlockStoreState represents the core's db status