Fix proc_log* function in BeakerContract.sol
JakeOShannessy opened this issue · 0 comments
JakeOShannessy commented
They currently use uint32
for topics and uint32
for the log value. They should be bytes32
and bytes
respectively.
JakeOShannessy opened this issue · 0 comments
They currently use uint32
for topics and uint32
for the log value. They should be bytes32
and bytes
respectively.