aboutsummaryrefslogtreecommitdiff
path: root/plugin/evm/vm.go
diff options
context:
space:
mode:
authorDan Laine <daniel.laine@avalabs.org>2020-11-01 18:24:33 -0500
committerDan Laine <daniel.laine@avalabs.org>2020-11-01 18:24:33 -0500
commitc6fcd057903dc5ccc785b3a34fef534a4cb39d0a (patch)
tree76e1bb939b6e3e792c4649162907b14e8ab45ec7 /plugin/evm/vm.go
parent24abdf7cc0e5fc35ec89e45c1a8ccade9a49f11b (diff)
remove id.Bytes() and ids.NewID
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 09e2ad5..2ab4028 100644
--- a/plugin/evm/vm.go
+++ b/plugin/evm/vm.go
@@ -851,7 +851,7 @@ func (vm *VM) GetAtomicUTXOs(
chainID,
addrsList,
startAddr.Bytes(),
- startUTXOID.Bytes(),
+ startUTXOID[:],
limit,
)
if err != nil {