Skip to content

Commit

Permalink
make tests pass
Browse files Browse the repository at this point in the history
  • Loading branch information
Viacheslav Zhygulin authored and Viacheslav Zhygulin committed Jun 20, 2024
1 parent 900a328 commit 7166a8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/BTCDepositAddressDeriver.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ contract BTCDepositAddressDeriverTest is Test {
deriver.setSeed(
"tb1p5z8wl5tu7m0d79vzqqsl9gu0x4fkjug857fusx4fl4kfgwh5j25spa7245",
"tb1pfusykjdt46ktwq03d20uqqf94uh9487344wr3q5v9szzsxnjdfks9apcjz",
BTCDepositAddressDeriver.BitcoinNetwork(0)
0
);

string memory btcAddress = deriver.getBTCDepositAddress(
Expand Down

0 comments on commit 7166a8d

Please sign in to comment.