Skip to content

Commit

Permalink
Merge pull request #73 from holaplex/abdul/send-tx
Browse files Browse the repository at this point in the history
replace send_and_confirm with send_transaction
  • Loading branch information
imabdulbasit authored Oct 11, 2023
2 parents c879cf3 + 5e6a23b commit 037a869
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion consumer/src/solana.rs
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ impl Solana {
message,
};

let signature = with_retry!(self.rpc().send_and_confirm_transaction(&transaction))
let signature = with_retry!(self.rpc().send_transaction(&transaction))
.when(|e| {
!matches!(
e.kind,
Expand Down

0 comments on commit 037a869

Please sign in to comment.