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/tx.go | |
parent | c6fcd057903dc5ccc785b3a34fef534a4cb39d0a (diff) |
Diffstat (limited to 'plugin/evm/tx.go')
-rw-r--r-- | plugin/evm/tx.go | 4 |
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") |