aboutsummaryrefslogtreecommitdiff
path: root/plugin/evm/vm.go
diff options
context:
space:
mode:
authorDeterminant <tederminant@gmail.com>2020-08-20 00:44:56 -0400
committerDeterminant <tederminant@gmail.com>2020-08-20 00:44:56 -0400
commit5fc26bb832c715cfd2628585d41bb82209ecdfe4 (patch)
treeba2d409dc6ffb1e2edbe47becc33987df1ff8d81 /plugin/evm/vm.go
parenteeb62be039927d461bcd5bebc456e3ab1a31307c (diff)
...
Diffstat (limited to 'plugin/evm/vm.go')
-rw-r--r--plugin/evm/vm.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugin/evm/vm.go b/plugin/evm/vm.go
index 38646c9..fffc0d5 100644
--- a/plugin/evm/vm.go
+++ b/plugin/evm/vm.go
@@ -116,6 +116,7 @@ func init() {
errs := wrappers.Errs{}
errs.Add(
Codec.RegisterType(&UnsignedImportTx{}),
+ Codec.RegisterType(&UnsignedExportTx{}),
Codec.RegisterType(&secp256k1fx.TransferInput{}),
Codec.RegisterType(&secp256k1fx.Input{}),
Codec.RegisterType(&secp256k1fx.Credential{}),