OSDN Git Service

modify dpos
[bytom/vapor.git] / test / util.go
index b534a42..3377f12 100644 (file)
@@ -43,7 +43,6 @@ func MockChain(testDB dbm.DB) (*protocol.Chain, *leveldb.Store, *protocol.TxPool
        txPool := protocol.NewTxPool(store)
        chain, err := protocol.NewChain(store, txPool)
        consensus.ActiveNetParams.Signer = "78673764e0ba91a4c5ba9ec0c8c23c69e3d73bf27970e05e0a977e81e13bde475264d3b177a96646bc0ce517ae7fd63504c183ab6d330dea184331a4cf5912d5"
-       setAuthoritys(chain)
        return chain, store, txPool, err
 }