Skip to content

Commit

Permalink
docs: fix typo
Browse files Browse the repository at this point in the history
Co-authored-by: buck <[email protected]>
  • Loading branch information
Shadouts and bucko13 committed Jan 4, 2024
1 parent 1e1fe02 commit 52c173d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/fees.ts
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ export function checkFeeRateError(feeRateSatsPerVbyte) {
* Validate the given transaction fee rate (in Satoshis/vbyte). Returns an
* error message if invalid. Returns empty string if valid.
*
* - Must be a parseable as a number.
* - Must be parseable as a number.
*
* - Cannot be negative (zero is OK).
*
Expand Down

0 comments on commit 52c173d

Please sign in to comment.