Skip to content

Commit 8647528

Browse files
committed
revert payable attribute
1 parent 56b3365 commit 8647528

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

runtime/src/precompiles/solidity/staking.abi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
],
6262
"name": "removeStake",
6363
"outputs": [],
64-
"stateMutability": "nonpayable",
64+
"stateMutability": "payable",
6565
"type": "function"
6666
}
6767
]

0 commit comments

Comments
 (0)