aboutsummaryrefslogtreecommitdiffstats
path: root/core/types
diff options
context:
space:
mode:
authorthomasmodeneis <thomas.modeneis@gmail.com>2018-04-18 06:53:50 +0800
committerFelix Lange <fjl@users.noreply.github.com>2018-04-18 06:53:50 +0800
commitba1030b6b84f810c04a82221a1b1c0a3dbf499a8 (patch)
tree9c3450535acddfec3b1987e0a2e04fa9ca303e38 /core/types
parent7605e63cb9dda7fc5bb619abf1eb1f74ac3f6cc1 (diff)
downloaddexon-ba1030b6b84f810c04a82221a1b1c0a3dbf499a8.tar
dexon-ba1030b6b84f810c04a82221a1b1c0a3dbf499a8.tar.gz
dexon-ba1030b6b84f810c04a82221a1b1c0a3dbf499a8.tar.bz2
dexon-ba1030b6b84f810c04a82221a1b1c0a3dbf499a8.tar.lz
dexon-ba1030b6b84f810c04a82221a1b1c0a3dbf499a8.tar.xz
dexon-ba1030b6b84f810c04a82221a1b1c0a3dbf499a8.tar.zst
dexon-ba1030b6b84f810c04a82221a1b1c0a3dbf499a8.zip
build: enable goimports and varcheck linters (#16446)
Diffstat (limited to 'core/types')
-rw-r--r--core/types/transaction.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/core/types/transaction.go b/core/types/transaction.go
index 70d757c94..92fd8f898 100644
--- a/core/types/transaction.go
+++ b/core/types/transaction.go
@@ -33,7 +33,6 @@ import (
var (
ErrInvalidSig = errors.New("invalid transaction v, r, s values")
- errNoSigner = errors.New("missing signing methods")
)
// deriveSigner makes a *best* guess about which signer to use.