Merge pull request #203 from peerplays-network/feature/SON-142

[SON-142] Fix failed SON deletion CLI tests
This commit is contained in:
Alfredo Garcia 2019-10-31 10:15:50 -03:00 committed by GitHub
commit 0bbe7f63c7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -58,4 +58,4 @@ FC_REFLECT(graphene::chain::son_update_operation, (fee)(son_id)(owner_account)(n
(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)(son_id)(owner_account) )
FC_REFLECT(graphene::chain::son_delete_operation, (fee)(son_id)(payer)(owner_account) )