mirror of
https://github.com/nspcc-dev/neo-go.git
synced 2024-11-27 03:58:06 +00:00
03c20f1876
Linter isn't happy with our recent changes: pkg/core/contract_state.go:109:1: receiver name cs should be consistent with previous receiver name a for ContractState pkg/core/contract_state.go:114:1: receiver name cs should be consistent with previous receiver name a for ContractState pkg/core/contract_state.go:119:1: receiver name cs should be consistent with previous receiver name a for ContractState But actually `a` here most probably is a copy-paste from AssetState methods, so fit the old code to match the new one. |
||
---|---|---|
.. | ||
core | ||
crypto | ||
internal/keytestcases | ||
interop | ||
io | ||
network | ||
rpc | ||
smartcontract | ||
util | ||
vm | ||
wallet |