Skip to content

Commit

Permalink
Fix chainx_rpc.json (paritytech#309)
Browse files Browse the repository at this point in the history
A missing > in Vec<MiningAssetInfo<_>>
  • Loading branch information
liuchengxu authored Oct 26, 2020
1 parent 51081db commit 8023857
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/chainx-js/res/chainx_rpc.json
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@
"isOptional": true
}
],
"type": "Vec<MiningAssetInfo<AccountId, RpcBalance<Balance>, RpcMiningWeight<MiningWeight>, BlockNumber>"
"type": "Vec<MiningAssetInfo<AccountId, RpcBalance<Balance>, RpcMiningWeight<MiningWeight>, BlockNumber>>"
},
"getDividendByAccount": {
"description": "Get the asset mining dividends info given the asset miner AccountId.",
Expand Down

0 comments on commit 8023857

Please sign in to comment.