diff options
author | Dan Laine <[email protected]> | 2020-11-01 18:32:22 -0500 |
---|---|---|
committer | Dan Laine <[email protected]> | 2020-11-01 18:32:22 -0500 |
commit | 52de74ce47a2614af3b3a32b21aa5309d4b00d78 (patch) | |
tree | aabd5d6cc88dd7cebbd90faf9635eaf05a023fa3 /plugin/evm/user.go | |
parent | c6fcd057903dc5ccc785b3a34fef534a4cb39d0a (diff) |
Diffstat (limited to 'plugin/evm/user.go')
-rw-r--r-- | plugin/evm/user.go | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/plugin/evm/user.go b/plugin/evm/user.go index 152156d..0ab1863 100644 --- a/plugin/evm/user.go +++ b/plugin/evm/user.go @@ -18,9 +18,8 @@ import ( var addressesKey = ids.Empty[:] var ( - errDBNil = errors.New("db uninitialized") - errKeyNil = errors.New("key uninitialized") - errEmptyAddress = errors.New("address is empty") + errDBNil = errors.New("db uninitialized") + errKeyNil = errors.New("key uninitialized") ) type user struct { |