OSDN Git Service

edit code while reviewing the code (#255)
[bytom/vapor.git] / protocol / validation / test / tx_ugly_test.go
index 7243450..5d9a210 100644 (file)
@@ -560,7 +560,7 @@ func TestValidateUglyTx(t *testing.T) {
                                },
                        },
                        err:      true,
-                       gasValid: true,
+                       gasValid: false,
                },
                {
                        category: "double spend",
@@ -587,7 +587,7 @@ func TestValidateUglyTx(t *testing.T) {
                                },
                        },
                        err:      true,
-                       gasValid: true,
+                       gasValid: false,
                },
        }