Skip to content

Commit

Permalink
Fix staking precompile ABI
Browse files Browse the repository at this point in the history
  • Loading branch information
gztensor committed Jan 14, 2025
1 parent 14093cc commit af7a541
Showing 1 changed file with 0 additions and 24 deletions.
24 changes: 0 additions & 24 deletions runtime/src/precompiles/solidity/staking.abi
Original file line number Diff line number Diff line change
Expand Up @@ -17,30 +17,6 @@
"stateMutability": "payable",
"type": "function"
},
{
inputs: [
{
internalType: "bytes32",
name: "hotkey",
type: "bytes32",
},
{
internalType: "bytes32",
name: "coldkey",
type: "bytes32",
},
],
name: "getStake",
outputs: [
{
internalType: "uint64",
name: "",
type: "uint64",
},
],
stateMutability: "view",
type: "function",
},
{
"inputs": [
{
Expand Down

0 comments on commit af7a541

Please sign in to comment.