Skip to content

Commit

Permalink
Fix thorchain to report isEstimate=true
Browse files Browse the repository at this point in the history
  • Loading branch information
paullinator committed Oct 28, 2023
1 parent fd989fb commit f22973e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/swap/defi/thorchain.ts
Original file line number Diff line number Diff line change
Expand Up @@ -598,7 +598,7 @@ export function makeThorchainPlugin(
],

swapData: {
isEstimate: false,
isEstimate,
payoutAddress: toAddress,
payoutCurrencyCode: toCurrencyCode,
payoutNativeAmount: toNativeAmount,
Expand Down

0 comments on commit f22973e

Please sign in to comment.