OSDN Git Service

dispatch signature when proccess block (#85)
[bytom/vapor.git] / account / accounts_test.go
index ad2a007..7d37f60 100644 (file)
@@ -216,7 +216,7 @@ func mockAccountManager(t *testing.T) *Manager {
 
        store := database.NewStore(testDB)
        txPool := protocol.NewTxPool(store, dispatcher)
-       chain, err := protocol.NewChain(store, txPool)
+       chain, err := protocol.NewChain(store, txPool, dispatcher)
        if err != nil {
                t.Fatal(err)
        }