diff options
author | winsvega <winsvega@mail.ru> | 2015-02-01 01:36:14 +0800 |
---|---|---|
committer | winsvega <winsvega@mail.ru> | 2015-02-01 01:36:14 +0800 |
commit | 7b51526a2ca9670f3a31966bf3d3a47a034f0b37 (patch) | |
tree | 6362c652e7b73bba30a327101e76418c5bfa3731 /ttTransactionTestFiller.json | |
parent | 078de706d2848a8be6d7229ed24019579e11f0e4 (diff) | |
download | dexon-solidity-7b51526a2ca9670f3a31966bf3d3a47a034f0b37.tar dexon-solidity-7b51526a2ca9670f3a31966bf3d3a47a034f0b37.tar.gz dexon-solidity-7b51526a2ca9670f3a31966bf3d3a47a034f0b37.tar.bz2 dexon-solidity-7b51526a2ca9670f3a31966bf3d3a47a034f0b37.tar.lz dexon-solidity-7b51526a2ca9670f3a31966bf3d3a47a034f0b37.tar.xz dexon-solidity-7b51526a2ca9670f3a31966bf3d3a47a034f0b37.tar.zst dexon-solidity-7b51526a2ca9670f3a31966bf3d3a47a034f0b37.zip |
transaction address length test fix
Diffstat (limited to 'ttTransactionTestFiller.json')
-rw-r--r-- | ttTransactionTestFiller.json | 34 |
1 files changed, 2 insertions, 32 deletions
diff --git a/ttTransactionTestFiller.json b/ttTransactionTestFiller.json index 3c39b9da..6967f428 100644 --- a/ttTransactionTestFiller.json +++ b/ttTransactionTestFiller.json @@ -242,44 +242,14 @@ } }, - "AddressMore20" : { + "WrongAddress" : { "transaction" : { "data" : "", "gasLimit" : "", "gasPrice" : "", "nonce" : "", - "to" : "095e7baea6a6c7c4c2dfeb977efac326af552d871f", - "value" : "", - "v" : "27", - "r" : "0x48b55bfa915ac795c431978d8a6a992b628d557da5ff759b307d495a36649353", - "s" : "0xefffd310ac743f371de3b9f7f9cb56c0b28ad43601b4ab949f53faa07bd2c804" - } - }, - - "AddressLess20" : { - "transaction" : - { - "data" : "", - "gasLimit" : "", - "gasPrice" : "", - "nonce" : "", - "to" : "095e7baea6a6c7c4c2dfeb977efac326af552d", - "value" : "", - "v" : "27", - "r" : "0x48b55bfa915ac795c431978d8a6a992b628d557da5ff759b307d495a36649353", - "s" : "0xefffd310ac743f371de3b9f7f9cb56c0b28ad43601b4ab949f53faa07bd2c804" - } - }, - - "AddressMore20WithFirstZeros" : { - "transaction" : - { - "data" : "", - "gasLimit" : "", - "gasPrice" : "", - "nonce" : "", - "to" : "0x00000000000000000000000095e7baea6a6c7c4c2dfeb977efac326af552d", + "to" : "095e7baea6a6c7c4c2dfeb977efac326af552d8v", "value" : "", "v" : "27", "r" : "0x48b55bfa915ac795c431978d8a6a992b628d557da5ff759b307d495a36649353", |