Skip to content

Commit

Permalink
Merge pull request #7395 from alvasw/Use_takers_burning_man_selection…
Browse files Browse the repository at this point in the history
…_height

Use taker's burning man selection height
  • Loading branch information
alejandrogarcia83 authored Feb 25, 2025
2 parents b14739d + df78cb7 commit bc67ab3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ protected void run() {
checkArgument(areBurningManSelectionHeightsValid,
"takersBurningManSelectionHeight does no match makersBurningManSelectionHeight");

processModel.setBurningManSelectionHeight(makersBurningManSelectionHeight);
processModel.setBurningManSelectionHeight(takersBurningManSelectionHeight);

// We set the taker fee only in the processModel yet not in the trade as the tx was only created but not
// published yet. Once it was published we move it to trade. The takerFeeTx should be sent in a later
Expand Down

0 comments on commit bc67ab3

Please sign in to comment.