Commit 15cc6051 authored by Alina's avatar Alina Committed by GitHub

make left-padded (#89)

parent 49dedea9
...@@ -55,6 +55,6 @@ library Lib_Bytes32Utils { ...@@ -55,6 +55,6 @@ library Lib_Bytes32Utils {
bytes32 _out bytes32 _out
) )
{ {
return bytes32(bytes20(_in)); return bytes32(uint256(_in));
} }
} }
...@@ -41,7 +41,7 @@ ...@@ -41,7 +41,7 @@
"fromAddress": { "fromAddress": {
"input address": { "input address": {
"in": ["0x1212121212121212121212121212121212121212"], "in": ["0x1212121212121212121212121212121212121212"],
"out": ["0x1212121212121212121212121212121212121212000000000000000000000000"] "out": ["0x0000000000000000000000001212121212121212121212121212121212121212"]
} }
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment