Skip to content

Commit

Permalink
Fix conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
swift1337 committed Jun 24, 2024
1 parent 9f80ca8 commit 74a0e46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/runner/bitcoin.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ func (r *E2ERunner) ListDeployerUTXOs() ([]btcjson.ListUnspentResult, error) {
}

// filter big-enough UTXOs for test if running on Regtest
if runner.IsLocalBitcoin() {
if r.IsLocalBitcoin() {
utxosFiltered := []btcjson.ListUnspentResult{}
for _, utxo := range utxos {
if utxo.Amount >= 1.0 {
Expand Down

0 comments on commit 74a0e46

Please sign in to comment.