forked from TrueCloudLab/neoneo-go
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 |