mempool tests

This commit is contained in:
Ethan Buchman
2015-09-29 11:36:52 -04:00
parent 12566f51af
commit cccb722ba8
6 changed files with 324 additions and 15 deletions

5
types/keys.go Normal file
View File

@ -0,0 +1,5 @@
package types
var (
PeerStateKey = "ConsensusReactor.peerState"
)