Summary or problem description
Both Policy and Management contracts have some parameters to be set by committee. These are setSomething methods which return boolean value.
Recently introduced NameService has similar setPrice, however it returns void.
Do you have any solution you want to propose?
Make all methods have the same signature. Changing setPrice is the easiest path.
Neo Version
Where in the software does this update applies to?
Summary or problem description
Both Policy and Management contracts have some parameters to be set by committee. These are
setSomethingmethods which return boolean value.Recently introduced
NameServicehas similarsetPrice, however it returnsvoid.Do you have any solution you want to propose?
Make all methods have the same signature. Changing
setPriceis the easiest path.Neo Version
Where in the software does this update applies to?