mempool: simplify names of exported types
With the move to a separate package, naming can be simplified: MemPool -> Pool, PoolItem -> Item, PoolItems -> Items.
This commit is contained in:
parent
fed6fba9b6
commit
28183b81d6
4 changed files with 51 additions and 51 deletions
|
@ -117,7 +117,7 @@ func (chain testChain) GetUnspentCoinState(util.Uint256) *core.UnspentCoinState
|
|||
panic("TODO")
|
||||
}
|
||||
|
||||
func (chain testChain) GetMemPool() mempool.MemPool {
|
||||
func (chain testChain) GetMemPool() mempool.Pool {
|
||||
panic("TODO")
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue