mirror of https://github.com/nucypher/nucypher.git
Solidity 0.7.5 -> 0.7.6
parent
ddf39e238d
commit
08e2098dc2
|
@ -15,4 +15,4 @@ You should have received a copy of the GNU Affero General Public License
|
|||
along with nucypher. If not, see <https://www.gnu.org/licenses/>.
|
||||
"""
|
||||
|
||||
SOLIDITY_COMPILER_VERSION = 'v0.7.5'
|
||||
SOLIDITY_COMPILER_VERSION = 'v0.7.6'
|
||||
|
|
|
@ -161,7 +161,7 @@ contract WorkLockForStakingContractMock {
|
|||
compensationValue = msg.value;
|
||||
}
|
||||
|
||||
function compensation(address) public returns (uint256) {
|
||||
function compensation(address) public view returns (uint256) {
|
||||
return compensationValue;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue