OSDN Git Service

ts to ms (#71)
[bytom/vapor.git] / protocol / store.go
index 915d067..c1e2d70 100644 (file)
@@ -20,12 +20,6 @@ type Store interface {
        LoadBlockIndex(uint64) (*state.BlockIndex, error)
        SaveBlock(*types.Block, *bc.TransactionStatus) error
        SaveChainStatus(*state.BlockNode, *state.UtxoViewpoint) error
-
-       IsWithdrawSpent(hash *bc.Hash) bool
-       SetWithdrawSpent(hash *bc.Hash)
-
-       Set(hash *bc.Hash, data []byte) error
-       Get(hash *bc.Hash) ([]byte, error)
 }
 
 // BlockStoreState represents the core's db status