mirror of
https://github.com/logos-storage/logos-storage-contracts-eth.git
synced 2026-01-03 22:03:08 +00:00
14 lines
403 B
Diff
14 lines
403 B
Diff
diff --git a/contracts/vault/VaultBase.sol b/contracts/vault/VaultBase.sol
|
|
index be21481..30c52fd 100644
|
|
--- a/contracts/vault/VaultBase.sol
|
|
+++ b/contracts/vault/VaultBase.sol
|
|
@@ -134,7 +134,7 @@ abstract contract VaultBase {
|
|
|
|
account.balance.available += amount;
|
|
|
|
- _token.safeTransferFrom(
|
|
+ _token.transferFrom(
|
|
Controller.unwrap(controller),
|
|
address(this),
|
|
amount
|