提交 449c70d8 编写于 作者: A Anton Perkov

system contract: changebw added to abi and dispatcher #3180

上级 7e33a806
......@@ -24,7 +24,7 @@
{"name":"quant", "type":"asset"}
]
},{
"name": "delegatebw",
"name": "changebw",
"base": "",
"fields": [
{"name":"from", "type":"account_name"},
......@@ -223,9 +223,13 @@
"name": "sellram",
"type": "sellram",
"ricardian_contract": ""
},{
"name": "changebw",
"type": "changebw",
"ricardian_contract": ""
},{
"name": "delegatebw",
"type": "delegatebw",
"type": "changebw",
"ricardian_contract": ""
},{
"name": "undelegatebw",
......
......@@ -83,7 +83,7 @@ namespace eosiosystem {
EOSIO_ABI( eosiosystem::system_contract,
(setram)
// delegate_bandwith.cpp
(delegatebw)(undelegatebw)(refund)
(changebw)(delegatebw)(undelegatebw)(refund)
(buyram)(buyrambytes)(sellram)
// voting.cpp
// producer_pay.cpp
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册