Skip to content

Commit

Permalink
moved dac to executor
Browse files Browse the repository at this point in the history
  • Loading branch information
evlekht committed Nov 15, 2023
1 parent 9491bbd commit 0386319
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion vms/platformvm/txs/builder/camino_builder.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ import (
"github.com/ava-labs/avalanchego/vms/platformvm/state"
"github.com/ava-labs/avalanchego/vms/platformvm/treasury"
"github.com/ava-labs/avalanchego/vms/platformvm/txs"
"github.com/ava-labs/avalanchego/vms/platformvm/txs/dac"
"github.com/ava-labs/avalanchego/vms/platformvm/txs/executor/dac"
"github.com/ava-labs/avalanchego/vms/platformvm/utxo"
"github.com/ava-labs/avalanchego/vms/secp256k1fx"
)
Expand Down
2 changes: 1 addition & 1 deletion vms/platformvm/txs/executor/camino_tx_executor.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ import (
"github.com/ava-labs/avalanchego/vms/platformvm/state"
"github.com/ava-labs/avalanchego/vms/platformvm/treasury"
"github.com/ava-labs/avalanchego/vms/platformvm/txs"
"github.com/ava-labs/avalanchego/vms/platformvm/txs/dac"
"github.com/ava-labs/avalanchego/vms/platformvm/txs/executor/dac"
"github.com/ava-labs/avalanchego/vms/platformvm/utxo"
"github.com/ava-labs/avalanchego/vms/secp256k1fx"
"golang.org/x/exp/slices"
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 0386319

Please sign in to comment.