Skip to content

Commit

Permalink
Merge pull request #2525 from bitshares/release
Browse files Browse the repository at this point in the history
Merge release branch into testnet branch
  • Loading branch information
abitmore committed Nov 4, 2021
2 parents 5869dc5 + 0860efb commit a7884c6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ namespace graphene { namespace protocol {
account_id_type owner_account; ///< Owner of the fund
samet_fund_id_type fund_id; ///< ID of the SameT Fund object
optional<asset> delta_amount; ///< Delta amount, optional
optional<uint32_t> new_fee_rate = 0; ///< New fee rate, optional
optional<uint32_t> new_fee_rate; ///< New fee rate, optional

extensions_type extensions; ///< Unused. Reserved for future use.

Expand Down

0 comments on commit a7884c6

Please sign in to comment.