mirror of
https://github.com/Instadapp/dsa-governance.git
synced 2024-07-29 22:27:52 +00:00
Minor change
This commit is contained in:
parent
a09f9dee03
commit
fa3e5b0c0f
|
@ -12,6 +12,7 @@ contract TokenDelegator is TokenDelegatorStorage, TokenEvents {
|
||||||
uint changeImplementationAfter_,
|
uint changeImplementationAfter_,
|
||||||
bool transferPaused_
|
bool transferPaused_
|
||||||
) {
|
) {
|
||||||
|
require(implementation_ != address(0), "TokenDelegator::constructor invalid address");
|
||||||
delegateTo(
|
delegateTo(
|
||||||
implementation_,
|
implementation_,
|
||||||
abi.encodeWithSignature(
|
abi.encodeWithSignature(
|
||||||
|
|
Loading…
Reference in New Issue
Block a user