From e7af16dbe39e9083d5b9746ae36fc65ac7bd0e6b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michalina=20Ciencia=C5=82a?= Date: Tue, 20 Jun 2023 12:55:54 +0200 Subject: [PATCH] Add temporary change in comment of Bank contract to test the workflow 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. --- solidity/contracts/bank/Bank.sol | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/solidity/contracts/bank/Bank.sol b/solidity/contracts/bank/Bank.sol index d44aae20a..49af02948 100644 --- a/solidity/contracts/bank/Bank.sol +++ b/solidity/contracts/bank/Bank.sol @@ -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