OSDN Git Service

Native segwit (#283)
[bytom/bytom.git] / protocol / vm / vm_test.go
index f9ac2c1..942a236 100644 (file)
@@ -406,11 +406,6 @@ func TestVerifyTxInputQuickCheck(t *testing.T) {
                        VMVersion: 1,
                        Code:      program,
                        Arguments: witnesses,
-
-                       // Leaving this out reduces coverage.
-                       // TODO(kr): figure out why and convert that
-                       // to a normal unit test.
-                       MaxTimeMS: new(uint64),
                }
                Verify(vctx, 10000)