aboutsummaryrefslogtreecommitdiff
path: root/plugin/evm/vm.go
diff options
context:
space:
mode:
Diffstat (limited to 'plugin/evm/vm.go')
-rw-r--r--plugin/evm/vm.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin/evm/vm.go b/plugin/evm/vm.go
index 4ea3793..cc58e8b 100644
--- a/plugin/evm/vm.go
+++ b/plugin/evm/vm.go
@@ -754,7 +754,7 @@ func (vm *VM) GetAtomicUTXOs(
}
lastUTXOID, err := ids.ToID(lastUTXO)
if err != nil {
- lastAddrID = ids.ShortEmpty
+ lastUTXOID = ids.Empty
}
utxos := make([]*avax.UTXO, len(allUTXOBytes))