mirror of
https://github.com/status-im/ens-usernames.git
synced 2025-02-21 06:38:09 +00:00
use .selector
This commit is contained in:
parent
cb61c768b7
commit
6e20e7d364
@ -156,8 +156,8 @@ contract UsernameRegistrar is Controlled, ApproveAndCallFallBack {
|
||||
//Low level call, case dropUsername not implemented or failing, proceed release.
|
||||
//Return of this call have no use.
|
||||
newOwner.call.gas(80000)(
|
||||
abi.encodeWithSignature(
|
||||
"dropUsername(bytes32)",
|
||||
abi.encodeWithSelector(
|
||||
this.dropUsername.selector,
|
||||
_label
|
||||
)
|
||||
);
|
||||
|
Loading…
x
Reference in New Issue
Block a user