Skip to content

Commit

Permalink
Added tag creation
Browse files Browse the repository at this point in the history
  • Loading branch information
alexmyshchyshyn committed Jan 28, 2025
1 parent 5eb9311 commit 2625dd3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/types/key/BidAddr.ts
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,7 @@ export class BidAddr {
const rem = bytes.subarray(1);
const bidAddrTag = BidAddr.bidAddrTag(tag);
const bidAddr = new BidAddr();
bidAddr.tag = bidAddrTag;

const parseHashPair = (
input: Uint8Array
Expand Down

0 comments on commit 2625dd3

Please sign in to comment.