fix son_delete_operation reflection
This commit is contained in:
parent
666ced390e
commit
11e9830194
1 changed files with 1 additions and 1 deletions
|
|
@ -58,4 +58,4 @@ FC_REFLECT(graphene::chain::son_update_operation, (fee)(son_id)(owner_account)(n
|
||||||
(new_signing_key)(new_pay_vb) )
|
(new_signing_key)(new_pay_vb) )
|
||||||
|
|
||||||
FC_REFLECT(graphene::chain::son_delete_operation::fee_parameters_type, (fee) )
|
FC_REFLECT(graphene::chain::son_delete_operation::fee_parameters_type, (fee) )
|
||||||
FC_REFLECT(graphene::chain::son_delete_operation, (fee)(son_id)(owner_account) )
|
FC_REFLECT(graphene::chain::son_delete_operation, (fee)(son_id)(payer)(owner_account) )
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue