Skip to content

Commit af7a541

Browse files
committed
Fix staking precompile ABI
1 parent 14093cc commit af7a541

File tree

1 file changed

+0
-24
lines changed

1 file changed

+0
-24
lines changed

runtime/src/precompiles/solidity/staking.abi

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -17,30 +17,6 @@
1717
"stateMutability": "payable",
1818
"type": "function"
1919
},
20-
{
21-
inputs: [
22-
{
23-
internalType: "bytes32",
24-
name: "hotkey",
25-
type: "bytes32",
26-
},
27-
{
28-
internalType: "bytes32",
29-
name: "coldkey",
30-
type: "bytes32",
31-
},
32-
],
33-
name: "getStake",
34-
outputs: [
35-
{
36-
internalType: "uint64",
37-
name: "",
38-
type: "uint64",
39-
},
40-
],
41-
stateMutability: "view",
42-
type: "function",
43-
},
4420
{
4521
"inputs": [
4622
{

0 commit comments

Comments
 (0)