Skip to content

Commit

Permalink
feat: cleanup tests
Browse files Browse the repository at this point in the history
  • Loading branch information
reednaa committed Feb 26, 2024
1 parent fc8fd7f commit 7f50ce0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/BtcProof.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,6 @@ contract BtcProofTest is DSTest {
// 1,2,3,4,5. putting it all together, verify a payment.
function testValidatePayment() public {
bytes32 txId736 = 0x3667d5beede7d89e41b0ec456f99c93d6cc5e5caff4c4a5f993caea477b4b9b9;
bytes memory destScript = hex"a914ae2f3d4b06579b62574d6178c10c882b9150374087";

// Should succeed
(uint256 measuredOut, ) = BtcProofUtils.validateTx(
Expand Down

0 comments on commit 7f50ce0

Please sign in to comment.