Skip to content

Commit

Permalink
renaming functions
Browse files Browse the repository at this point in the history
  • Loading branch information
alexjavabraz committed Jan 21, 2025
1 parent 1d06a37 commit 3cfc26b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/common/types/SatoshiBig.ts
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ export default class SatoshiBig extends Big {
return isRightZeroPadded ? '0' : btcString;
}

toWeiNumberUnsafe(): bigint {
toSatoshiBigIntUnsafe(): bigint {
return BigInt(this.toFixed(0));
}

Expand Down

0 comments on commit 3cfc26b

Please sign in to comment.