Skip to content

Commit

Permalink
Approve argument in escrow_approve operation is now passed
Browse files Browse the repository at this point in the history
Before this change always default value was assigned
  • Loading branch information
Mateusz Kudela authored and vogel76 committed Mar 12, 2024
1 parent c1ae126 commit ad77dd1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libraries/wallet/wallet.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2178,6 +2178,7 @@ wallet_signed_transaction wallet_api::escrow_approve(
op.agent = agent;
op.who = who;
op.escrow_id = escrow_id;
op.approve = approve;

signed_transaction tx;
tx.operations.push_back( op );
Expand Down

0 comments on commit ad77dd1

Please sign in to comment.