diff options
author | Determinant <[email protected]> | 2020-08-19 23:42:43 -0400 |
---|---|---|
committer | Determinant <[email protected]> | 2020-08-19 23:42:43 -0400 |
commit | c6fbdb0dc9453bf4dbf43490d7d83b7a4de2f182 (patch) | |
tree | 3ab6bfd38159e9e1c4aee58eabf1c3d39108ad57 /plugin/evm/export_tx.go | |
parent | f3eb89cbe4611c9372ece05eaf5cb7a609954b8e (diff) |
clean up code
Diffstat (limited to 'plugin/evm/export_tx.go')
-rw-r--r-- | plugin/evm/export_tx.go | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/plugin/evm/export_tx.go b/plugin/evm/export_tx.go index 3a544a6..0314f0c 100644 --- a/plugin/evm/export_tx.go +++ b/plugin/evm/export_tx.go @@ -21,8 +21,6 @@ var ( errNoExportOutputs = errors.New("no export outputs") errOutputsNotSorted = errors.New("outputs not sorted") errOverflowExport = errors.New("overflow when computing export amount + txFee") - - _ UnsignedAtomicTx = &UnsignedExportTx{} ) // UnsignedExportTx is an unsigned ExportTx |