Skip to content

Commit

Permalink
update readme file: bitcoin api example
Browse files Browse the repository at this point in the history
  • Loading branch information
heyOnuoha committed Apr 14, 2024
1 parent 35c41f7 commit fc815e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/swaps-api-nextjs-bitcoin/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -432,7 +432,7 @@ async function pollTransactionStatus(transId: string, txHash: string) {
() => pollTransactionStatus(transId, txHash),
transactionPollingDuration,
);
} else if (transactionStatus?.status == "Completed") {
} else {
setTransferRoute(null);
}
}
Expand Down

0 comments on commit fc815e3

Please sign in to comment.