mirror of
https://github.com/status-im/ens-usernames.git
synced 2025-02-22 15:18:14 +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.
|
//Low level call, case dropUsername not implemented or failing, proceed release.
|
||||||
//Return of this call have no use.
|
//Return of this call have no use.
|
||||||
newOwner.call.gas(80000)(
|
newOwner.call.gas(80000)(
|
||||||
abi.encodeWithSignature(
|
abi.encodeWithSelector(
|
||||||
"dropUsername(bytes32)",
|
this.dropUsername.selector,
|
||||||
_label
|
_label
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user