mirror of
https://github.com/logos-storage/logos-storage-contracts-eth.git
synced 2026-01-05 23:03:12 +00:00
14 lines
431 B
Diff
14 lines
431 B
Diff
diff --git a/contracts/Vault.sol b/contracts/Vault.sol
|
|
index 8433a08..ac8b1cd 100644
|
|
--- a/contracts/Vault.sol
|
|
+++ b/contracts/Vault.sol
|
|
@@ -138,7 +138,7 @@ contract Vault is VaultBase, Pausable, Ownable {
|
|
FundId fundId,
|
|
AccountId accountId,
|
|
uint128 amount
|
|
- ) public whenNotPaused {
|
|
+ ) public {
|
|
Controller controller = Controller.wrap(msg.sender);
|
|
_deposit(controller, fundId, accountId, amount);
|
|
}
|