Serialize field complete from sidechain_transaction_sign_operation
This commit is contained in:
parent
84c9ea1a53
commit
68f246b955
1 changed files with 2 additions and 1 deletions
|
|
@ -65,7 +65,8 @@ FC_REFLECT( graphene::chain::sidechain_transaction_create_operation, (fee)(payer
|
|||
FC_REFLECT( graphene::chain::sidechain_transaction_sign_operation::fee_parameters_type, (fee) )
|
||||
FC_REFLECT( graphene::chain::sidechain_transaction_sign_operation, (fee)(payer)
|
||||
(sidechain_transaction_id)
|
||||
(transaction) )
|
||||
(transaction)
|
||||
(complete) )
|
||||
|
||||
FC_REFLECT( graphene::chain::sidechain_transaction_send_operation::fee_parameters_type, (fee) )
|
||||
FC_REFLECT( graphene::chain::sidechain_transaction_send_operation, (fee)(payer)
|
||||
|
|
|
|||
Loading…
Reference in a new issue