mirror of
https://github.com/status-im/snt-gas-relay.git
synced 2025-01-28 23:24:54 +00:00
reduce warnings
This commit is contained in:
parent
dc6239546b
commit
bf51e76c9c
@ -43,7 +43,8 @@ contract Identity is ERC725, ERC735 {
|
||||
|
||||
modifier recoveryOnly {
|
||||
require(
|
||||
(recoveryContract != address(0) && msg.sender == address(recoveryContract))
|
||||
recoveryContract != address(0) &&
|
||||
msg.sender == address(recoveryContract)
|
||||
);
|
||||
_;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user