OSDN Git Service

init delete the pow related (#55)
[bytom/vapor.git] / test / chain_test_util.go
index 31e7289..fc9b9ec 100644 (file)
@@ -249,7 +249,7 @@ func (cfg *chainTestConfig) Run() error {
                if err != nil {
                        return err
                }
-               err = SolveAndUpdate(ctx.Chain, block)
+               _, err = ctx.Chain.ProcessBlock(block)
                if err != nil && blk.Invalid {
                        continue
                }