diff options
author | Christoph Jentzsch <jentzsch.software@gmail.com> | 2015-03-01 04:19:48 +0800 |
---|---|---|
committer | Christoph Jentzsch <jentzsch.software@gmail.com> | 2015-03-01 04:19:48 +0800 |
commit | 5375dd67567c512ab5f58f842004448963dd50d7 (patch) | |
tree | 5b1d17aea947244ee51b7e1486e09de048afa3ae /TransactionTests/ttWrongRLPTransaction.json | |
parent | 35f53abc786e2a83fdc8817c13cf753e418abd7d (diff) | |
parent | 11fbc41e4bea3f8ec592b3477ba2444175c6ac67 (diff) | |
download | go-tangerine-5375dd67567c512ab5f58f842004448963dd50d7.tar go-tangerine-5375dd67567c512ab5f58f842004448963dd50d7.tar.gz go-tangerine-5375dd67567c512ab5f58f842004448963dd50d7.tar.bz2 go-tangerine-5375dd67567c512ab5f58f842004448963dd50d7.tar.lz go-tangerine-5375dd67567c512ab5f58f842004448963dd50d7.tar.xz go-tangerine-5375dd67567c512ab5f58f842004448963dd50d7.tar.zst go-tangerine-5375dd67567c512ab5f58f842004448963dd50d7.zip |
Merge pull request #69 from winsvega/develop
Fork block tests
Diffstat (limited to 'TransactionTests/ttWrongRLPTransaction.json')
-rw-r--r-- | TransactionTests/ttWrongRLPTransaction.json | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/TransactionTests/ttWrongRLPTransaction.json b/TransactionTests/ttWrongRLPTransaction.json index 683de0750..6c4e45326 100644 --- a/TransactionTests/ttWrongRLPTransaction.json +++ b/TransactionTests/ttWrongRLPTransaction.json @@ -19,6 +19,10 @@ "rlp" : "0xf85f800182094894095v7baea6a6c7c4c2dfeb977efac326af552d870a801ba048b55bfa915ac795c431978d8a6a992b628d557da5ff759b307d495a36649353a0efffd310ac743f371de3b9f7f9cb56c0b28ad43601b4ab949f53faa07bd2c804" }, + "RLPWrongData" : { + "rlp" : "0xf86d800182035294095e7baea6a6c7c4c2dfeb977efac326af552d870a8e0358ac39584bc98a7v979f984b031ba048b55bfa915ac795c431978d8a6a992b628d557da5ff759b307d495a36649353a0efffd310ac743f371de3b9f7f9cb56c0b28ad43601b4ab949f53faa07bd2c804" + }, + "RLPAddressWithFirstZeros" : { "rlp" : "0xf86080018209489500095e7baea6a6c7c4c2dfeb977efac326af552d870a801ba048b55bfa915ac795c431978d8a6a992b628d557da5ff759b307d495a36649353a0efffd310ac743f371de3b9f7f9cb56c0b28ad43601b4ab949f53faa07bd2c804" }, |