fraudproofs-prototype
fraudproofs-prototype copied to clipboard
Clean up repo: go mod init; gofmt; and some minor changes
Some minor changes I did while reading through the code
- make this a go module
- run
gofmt -s -w . - remove unused field (
arbitrary) from tx type - re-order some fields for readability
- add error check