neoneo-go/pkg
Roman Khimov 89ed00ddfb core: simplify GetTransationResults() based on golint suggestion
Golint:
  pkg/core/blockchain.go:796:9: if block ends with a return statement, so drop
    this else and outdent its block (move short variable declaration to its own
    line if necessary)

Refs. #213.
2019-09-03 18:16:48 +03:00
..
core core: simplify GetTransationResults() based on golint suggestion 2019-09-03 18:16:48 +03:00
crypto *: add/fix godoc comments to satisfy golint 2019-09-03 17:57:51 +03:00
internal/keytestcases *: add/fix godoc comments to satisfy golint 2019-09-03 17:57:51 +03:00
interop *: add/fix godoc comments to satisfy golint 2019-09-03 17:57:51 +03:00
io Implemented rpc server method GetRawTransaction (#135) 2019-02-20 18:39:32 +01:00
network *: add/fix godoc comments to satisfy golint 2019-09-03 17:57:51 +03:00
rpc *: add/fix godoc comments to satisfy golint 2019-09-03 17:57:51 +03:00
smartcontract *: add/fix godoc comments to satisfy golint 2019-09-03 17:57:51 +03:00
util util: add error check to Read/WriteVarUint 2019-08-29 13:26:03 +03:00
vm *: add/fix godoc comments to satisfy golint 2019-09-03 17:57:51 +03:00
wallet *: add/fix godoc comments to satisfy golint 2019-09-03 17:57:51 +03:00