aboutsummaryrefslogtreecommitdiff
path: root/plugin/evm/tx.go
diff options
context:
space:
mode:
authorDan Laine <daniel.laine@avalabs.org>2020-11-01 18:32:22 -0500
committerDan Laine <daniel.laine@avalabs.org>2020-11-01 18:32:22 -0500
commit52de74ce47a2614af3b3a32b21aa5309d4b00d78 (patch)
treeaabd5d6cc88dd7cebbd90faf9635eaf05a023fa3 /plugin/evm/tx.go
parentc6fcd057903dc5ccc785b3a34fef534a4cb39d0a (diff)
Diffstat (limited to 'plugin/evm/tx.go')
-rw-r--r--plugin/evm/tx.go4
1 files changed, 0 insertions, 4 deletions
diff --git a/plugin/evm/tx.go b/plugin/evm/tx.go
index 3a2f820..e44eefe 100644
--- a/plugin/evm/tx.go
+++ b/plugin/evm/tx.go
@@ -23,10 +23,6 @@ import (
"github.com/ethereum/go-ethereum/common"
)
-// Max size of memo field
-// Don't change without also changing avm.maxMemoSize
-const maxMemoSize = 256
-
var (
errWrongBlockchainID = errors.New("wrong blockchain ID provided")
errWrongNetworkID = errors.New("tx was issued with a different network ID")