Skip to content

Commit

Permalink
fix: revert changes done to ci
Browse files Browse the repository at this point in the history
  • Loading branch information
nakul1010 committed Nov 22, 2023
1 parent c75366c commit 2eb9cd3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,6 @@ jobs:
forge build --sizes
id: build

- name: Run Forge doc
run: |
forge doc --out docs/docs/contracts
id: doc

- name: Run Forge tests
run: |
forge test -vvv
Expand Down
2 changes: 1 addition & 1 deletion src/bridge/BitcoinTx.sol
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import {ValidateSPV} from "@bob-collective/bitcoin-spv/ValidateSPV.sol";
import "./BridgeState.sol";

/// @title Bitcoin transaction
/// @notice Allows to reference Bitcoin raw transaction in Solidity
/// @notice Allows to reference Bitcoin raw transaction in Solidity.
/// @dev See https://developer.bitcoin.org/reference/transactions.html#raw-transaction-format
// Raw Bitcoin transaction data:
// | Bytes | Name | BTC type | Description |
Expand Down

0 comments on commit 2eb9cd3

Please sign in to comment.