mirror of
https://github.com/status-im/liquid-funding.git
synced 2025-02-17 05:46:24 +00:00
explict type conversion for Plugin
This commit is contained in:
parent
aca20feb53
commit
e68546451e
@ -242,7 +242,7 @@ contract LiquidPledgingBase {
|
||||
commitTime = m.commitTime;
|
||||
parentProject = m.parentProject;
|
||||
canceled = m.canceled;
|
||||
plugin = m.plugin;
|
||||
plugin = address(m.plugin);
|
||||
}
|
||||
|
||||
////////
|
||||
|
Loading…
x
Reference in New Issue
Block a user