Skip to content

Commit

Permalink
BTCDepositAddressDeriver calls decodeSegwitAddress, returns 0, 0
Browse files Browse the repository at this point in the history
  • Loading branch information
dpiatkivskyi committed Jun 26, 2024
1 parent ac3acb3 commit fdc9fe0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/BTCDepositAddressDeriver.sol
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,6 @@ contract BTCDepositAddressDeriver {
uint8 witVer = Bech32m
.decodeSegwitAddress(bytes(_hrp), bytes(_bitcoinAddress));

return (witVer, witVer);
return (0, 0);
}
}

0 comments on commit fdc9fe0

Please sign in to comment.