fraudproofs-prototype icon indicating copy to clipboard operation
fraudproofs-prototype copied to clipboard

Clean up repo: go mod init; gofmt; and some minor changes

Open liamsi opened this issue 3 years ago • 0 comments

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

liamsi avatar Feb 13 '22 14:02 liamsi