Skip to content

Commit

Permalink
sdk: fix priorityFeeSubscriber rpc endpoint loading
Browse files Browse the repository at this point in the history
  • Loading branch information
wphan committed Jan 28, 2024
1 parent 5a7a72a commit 4cf18c6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions sdk/src/priorityFee/priorityFeeSubscriber.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,8 @@ export class PriorityFeeSubscriber {
'Connection must be helius, or heliusRpcUrl must be provided to use PriorityFeeMethod.HELIUS'
);
}
} else {
this.heliusRpcUrl = config.heliusRpcUrl;
}
}
}
Expand Down

0 comments on commit 4cf18c6

Please sign in to comment.