Skip to content

Commit

Permalink
fix: change solidity comment
Browse files Browse the repository at this point in the history
  • Loading branch information
nakul1010 committed Nov 22, 2023
1 parent d92d70e commit c75366c
Showing 1 changed file with 1 addition and 1 deletion.
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 c75366c

Please sign in to comment.