X-Git-Url: http://git.osdn.net/view?a=blobdiff_plain;f=protocol%2Fvalidation%2Ftest%2Ftx_ugly_test.go;fp=protocol%2Fvalidation%2Ftest%2Ftx_ugly_test.go;h=5d9a210be8eb8a66b66b6edf526317addb84b61a;hb=62547a472940eb74c2eb7bcc5c6d3048554924f5;hp=724345002287674b65df7bf82d70873457e1ba23;hpb=78a95664d6bf5b9b576901ddd596d51ea039287c;p=bytom%2Fvapor.git diff --git a/protocol/validation/test/tx_ugly_test.go b/protocol/validation/test/tx_ugly_test.go index 72434500..5d9a210b 100644 --- a/protocol/validation/test/tx_ugly_test.go +++ b/protocol/validation/test/tx_ugly_test.go @@ -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, }, }