diff options
author | Determinant <[email protected]> | 2020-08-13 21:30:56 -0400 |
---|---|---|
committer | Determinant <[email protected]> | 2020-08-13 21:30:56 -0400 |
commit | b989b5f949424f72b125cbec460824b94b7c55ab (patch) | |
tree | 3936806e12ca48d60dbf5980bb4ceeae3d7d0e5f /plugin/evm/vm.go | |
parent | 88cc3698b3663972cd9b60faf5c14a7e1bbee965 (diff) |
...
Diffstat (limited to 'plugin/evm/vm.go')
-rw-r--r-- | plugin/evm/vm.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugin/evm/vm.go b/plugin/evm/vm.go index 18eca47..1010d60 100644 --- a/plugin/evm/vm.go +++ b/plugin/evm/vm.go @@ -602,6 +602,7 @@ func (vm *VM) issueTx(tx *AtomicTx) error { // GetAtomicUTXOs returns the utxos that at least one of the provided addresses is // referenced in. func (vm *VM) GetAtomicUTXOs(addrs ids.Set) ([]*ava.UTXO, error) { + // TODO: finish this function via gRPC utxos := []*ava.UTXO{} return utxos, nil } |