resolving lint issues.

This commit is contained in:
vsmk98 2020-05-14 11:31:01 +08:00
parent 72a4cf87b3
commit 68fb3977b8
2 changed files with 3 additions and 4 deletions

View File

@ -9,4 +9,3 @@ const (
DEFAULT_NODECACHE_SIZE = 1000
DEFAULT_ACCOUNTCACHE_SIZE = 6000
)

View File

@ -55,9 +55,9 @@ var ErrAcctBlacklisted = errors.New("Blacklisted account. Operation not allowed"
var ErrNodeBlacklisted = errors.New("Blacklisted node. Operation not allowed")
var (
guardianKey *ecdsa.PrivateKey
guardianAccount accounts.Account
backend bind.ContractBackend
guardianKey *ecdsa.PrivateKey
guardianAccount accounts.Account
backend bind.ContractBackend
permUpgrAddress, permInterfaceAddress, permImplAddress, voterManagerAddress,
nodeManagerAddress, roleManagerAddress, accountManagerAddress, orgManagerAddress common.Address
ethereum *eth.Ethereum