Skip to content

Commit

Permalink
chore: add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
janniks committed Oct 19, 2023
1 parent 0ad8d33 commit 5272b05
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/stacking/src/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -278,6 +278,7 @@ function _poxAddressToBtcAddress_ClarityValue(
return _poxAddressToBtcAddress_Values(poxAddr.version, poxAddr.hashBytes, network);
}

// todo: docs for overloads
export function poxAddressToBtcAddress(
version: number,
hashBytes: Uint8Array,
Expand Down

0 comments on commit 5272b05

Please sign in to comment.