Skip to content

Commit 9e40e8a

Browse files
authored
Update send_and_confirm.rs
1 parent 6c5ae4b commit 9e40e8a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/send_and_confirm.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ impl Miner {
6363

6464
// Set compute unit price
6565
final_ixs.push(ComputeBudgetInstruction::set_compute_unit_price(
66-
self.priority_fee.unwrap_or(0),
66+
self.priority_fee.unwrap_or(0),
6767
));
6868

6969
// Add in user instructions
@@ -99,7 +99,7 @@ impl Miner {
9999
};
100100
final_ixs.remove(1);
101101
final_ixs.insert(1, ComputeBudgetInstruction::set_compute_unit_price(fee));
102-
}
102+
}
103103

104104
// Resign the tx
105105
let (hash, _slot) = client

0 commit comments

Comments
 (0)