mirror of
https://github.com/status-im/open-bounty.git
synced 2025-01-11 10:06:20 +00:00
lint
This commit is contained in:
parent
9aa000872d
commit
fb2ed3d400
@ -51,7 +51,6 @@ contract MultiSigTokenWallet is MultiSigWallet {
|
||||
bool result = ERC20(_token).transferFrom(_from, this, _amount);
|
||||
require(result);
|
||||
TokenDeposit(_token, _from, _amount);
|
||||
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user