diff options
author | CJentzsch <jentzsch.software@gmail.com> | 2015-06-08 22:54:37 +0800 |
---|---|---|
committer | CJentzsch <jentzsch.software@gmail.com> | 2015-06-08 22:54:37 +0800 |
commit | a805c1f92514e2480fe57d05757c67fc090a7a7c (patch) | |
tree | 24cfec5fb3e9e4d9eda45c9db0c847ba6363c08f /TransactionTests | |
parent | 20533bd13e404300c214ac5a03a06291babcadb5 (diff) | |
download | dexon-tests-a805c1f92514e2480fe57d05757c67fc090a7a7c.tar.gz dexon-tests-a805c1f92514e2480fe57d05757c67fc090a7a7c.tar.zst dexon-tests-a805c1f92514e2480fe57d05757c67fc090a7a7c.zip |
move test from stSpecialTest to transaction test
Diffstat (limited to 'TransactionTests')
-rw-r--r-- | TransactionTests/ttTransactionTest.json | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/TransactionTests/ttTransactionTest.json b/TransactionTests/ttTransactionTest.json index 308dfc209..b564fa8fa 100644 --- a/TransactionTests/ttTransactionTest.json +++ b/TransactionTests/ttTransactionTest.json @@ -393,6 +393,9 @@ "value" : "0x00" } }, + "invalidTx" : { + "rlp" : "0xf8638080830f424094095e7baea6a6c7c4c2dfeb977efac326af552d87830186a0801ba0ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffa0badf00d70ec28c94a3b55ec771bcbc70778d6ee0b51ca7ea9514594c861b1884" + }, "libsecp256k1test" : { "rlp" : "0xd1808609184e72a00082f3888080801b2c04", "sender" : "170ad78f26da62f591fa3fe3d54c30016167cbbf", |