Skip to content

Commit

Permalink
Add temporary change in comment of Bank contract to test the workflow
Browse files Browse the repository at this point in the history
The change needs to be reverted before merge to `main`. It's only added to test
pushing of PRs with API docs after changes in contracts.
  • Loading branch information
michalinacienciala committed Jun 20, 2023
1 parent c16c3b4 commit 7283f58
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions solidity/contracts/bank/Bank.sol
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@ import "@openzeppelin/contracts/access/Ownable.sol";
import "./IReceiveBalanceApproval.sol";
import "../vault/IVault.sol";

/// @title Bitcoin Bank TEST
/// @title Bitcoin Bank
/// @notice Bank is a central component tracking Bitcoin balances. Balances can
/// be transferred between balance owners, and balance owners can
/// approve their balances to be spent by others. Balances in the Bank
/// are updated for depositors who deposited their Bitcoin into the
/// Bridge and only the Bridge can increase balances.
/// Bridge and only the Bridge can increase balances. TEST
/// @dev Bank is a governable contract and the Governance can upgrade the Bridge
/// address.
contract Bank is Ownable {
Expand Down

0 comments on commit 7283f58

Please sign in to comment.