Skip to content

Commit

Permalink
Change
Browse files Browse the repository at this point in the history
  • Loading branch information
rohan-agarwal-coinbase committed Nov 27, 2024
1 parent 7034e86 commit f59b791
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/coinbase/fund_operation.ts
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,6 @@ export class FundOperation {
while (Date.now() - startTime < timeoutSeconds * 1000) {
await this.reload();

// If the FundOperation is in a terminal state, return the FundOperation
if (this.isTerminalState()) {
return this;
}
Expand Down

0 comments on commit f59b791

Please sign in to comment.