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 626045d commit e7af16d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion solidity/contracts/bank/Bank.sol
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import "@openzeppelin/contracts/access/Ownable.sol";
import "./IReceiveBalanceApproval.sol";
import "../vault/IVault.sol";

/// @title Bitcoin Bank
/// @title Bitcoin Bank TEST
/// @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
Expand Down

0 comments on commit e7af16d

Please sign in to comment.