neoneo-go/pkg
Roman Khimov 6029d5a888 payload: drop useless type declaration
golint suggests:
    pkg/network/payload/address.go:48:12: should omit type net.IP from declaration of var netip; it will be inferred from the right-hand side
2019-10-17 12:19:41 +03:00
..
core storage: drop useless nil assignment in leveldb code 2019-10-17 12:18:16 +03:00
crypto keys: make public key's IsInfinity() public 2019-10-15 12:56:25 +03:00
internal/keytestcases *: add/fix godoc comments to satisfy golint 2019-09-03 17:57:51 +03:00
interop *: fix some misspellings 2019-09-03 18:20:05 +03:00
io io: drop getVarStringSize() completely 2019-09-20 20:01:56 +03:00
network payload: drop useless type declaration 2019-10-17 12:19:41 +03:00
rpc core: verify blocks, fix #12 2019-10-15 18:58:17 +03:00
smartcontract smartcontract: add CreateSignatureRedeemScript() 2019-10-15 12:56:25 +03:00
util core: sort hashes and witnesses in VerifyWitnesses() 2019-10-01 13:41:26 +03:00
vm Merge pull request #418 from nspcc-dev/various-verification-fixes2 2019-10-15 19:11:00 +03:00
wallet *: gofmt -s 2019-09-09 12:02:24 +03:00