diff options
author | martin becze <wanderer@users.noreply.github.com> | 2015-02-11 09:53:43 +0800 |
---|---|---|
committer | martin becze <wanderer@users.noreply.github.com> | 2015-02-11 09:53:43 +0800 |
commit | 5a89c6f80309607339281057c56ccb038bd7161f (patch) | |
tree | 3ea072afaf77e559bc4352d991a87bf4d3100102 | |
parent | 74e1320a0b93fcc812a570c84c7dc0931a6bd047 (diff) | |
download | dexon-tests-5a89c6f80309607339281057c56ccb038bd7161f.tar dexon-tests-5a89c6f80309607339281057c56ccb038bd7161f.tar.gz dexon-tests-5a89c6f80309607339281057c56ccb038bd7161f.tar.bz2 dexon-tests-5a89c6f80309607339281057c56ccb038bd7161f.tar.lz dexon-tests-5a89c6f80309607339281057c56ccb038bd7161f.tar.xz dexon-tests-5a89c6f80309607339281057c56ccb038bd7161f.tar.zst dexon-tests-5a89c6f80309607339281057c56ccb038bd7161f.zip |
Update ttTransactionTest.json
updated signature
-rw-r--r-- | TransactionTests/ttTransactionTest.json | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/TransactionTests/ttTransactionTest.json b/TransactionTests/ttTransactionTest.json index a15309aa1..4278a9acd 100644 --- a/TransactionTests/ttTransactionTest.json +++ b/TransactionTests/ttTransactionTest.json @@ -1,16 +1,16 @@ { "EmptyTransaction" : { "rlp" : "0xf84b80808201f48080801ba048b55bfa915ac795c431978d8a6a992b628d557da5ff759b307d495a36649353a0efffd310ac743f371de3b9f7f9cb56c0b28ad43601b4ab949f53faa07bd2c804", - "sender" : "66c7b5c28121e4b66583d15481c92f5ad848fe1f", + "sender" : "be862ad9abfe6f22bcb087716c7d89a26051f74c", "transaction" : { "data" : "", "gasLimit" : "500", "gasPrice" : "", "nonce" : "", - "r" : "0x48b55bfa915ac795c431978d8a6a992b628d557da5ff759b307d495a36649353", - "s" : "0xefffd310ac743f371de3b9f7f9cb56c0b28ad43601b4ab949f53faa07bd2c804", + "r" : "0x3f0332f12ac0e47801af82ac677a3a081153624ea5f0d4985251433ee1d69cd4", + "s" : "0x25fdd406326f226375ba7cf660a75f1888f9420510615590ff142510f89a1a50", "to" : "", - "v" : "27", + "v" : "28", "value" : "" } }, |