Daohub-io/cap9

Fix proc_log* function in BeakerContract.sol

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.