Skip to content

Commit 62b5439

Browse files
anvacaruehildenb
authored andcommitted
web3.md: fix topic padding (#583)
1 parent 852e14e commit 62b5439

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web3.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -983,7 +983,7 @@ Transaction Receipts
983983
syntax JSONList ::= #unparseIntListAux ( List, JSONList ) [function]
984984
// --------------------------------------------------------------------
985985
rule #unparseIntListAux(.List, RESULT) => RESULT
986-
rule #unparseIntListAux(L ListItem(I), RESULT) => #unparseIntListAux(L, (#unparseQuantity(I), RESULT))
986+
rule #unparseIntListAux(L ListItem(I), RESULT) => #unparseIntListAux(L, (#unparseDataByteArray(#padToWidth(32,#asByteStack(I))), RESULT))
987987
988988
syntax JSONList ::= #serializeLogs ( List, Int, Int, String, Int, Int ) [function]
989989
// ----------------------------------------------------------------------------------

0 commit comments

Comments
 (0)