Skip to content

Commit

Permalink
add wait before get_raw_transaction
Browse files Browse the repository at this point in the history
  • Loading branch information
ekrembal committed Feb 8, 2025
1 parent d5e9eb1 commit a990d14
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions core/src/tx_sender.rs
Original file line number Diff line number Diff line change
Expand Up @@ -538,6 +538,8 @@ mod tests {
.await
.unwrap();

tokio::time::sleep(Duration::from_millis(100)).await;

let fee_payer_tx = rpc
.client
.get_raw_transaction(&outpoint.txid, None)
Expand Down

0 comments on commit a990d14

Please sign in to comment.