blockchain: use ApplyBlock

This commit is contained in:
Ethan Buchman
2016-12-06 23:01:55 -05:00
parent 6be5bda8c9
commit 2425711734
3 changed files with 13 additions and 18 deletions

View File

@ -20,7 +20,7 @@ var (
privKey = crypto.GenPrivKeyEd25519FromSecret([]byte("handshake_test"))
chainID = "handshake_chain"
nBlocks = 5
mempool = mockMempool{}
mempool = MockMempool{}
testPartSize = 65536
)