Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Show BSQ trading fee more explicitly when funding your offer #2379

Merged
merged 4 commits into from
Feb 11, 2019

Conversation

ripcurlx
Copy link
Contributor

@ripcurlx ripcurlx commented Feb 6, 2019

Copy link
Member

@sqrrm sqrrm left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

utACK

@@ -373,6 +373,7 @@ createOffer.fundsBox.networkFee=Mining fee
createOffer.fundsBox.placeOfferSpinnerInfo=Offer publishing is in progress ...
createOffer.fundsBox.paymentLabel=Bisq trade with ID {0}
createOffer.fundsBox.fundsStructure=({0} security deposit, {1} trade fee, {2} mining fee)
createOffer.fundsBox.fundsStructure.BSQ=({0} security deposit, {1} mining fee) + {2} trade fee
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe this should keep the same order (deposit, trade fee, mining fee) as createOffer.fundsBox.fundsStructure for less confusion?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The reason why I did it like that is, that it would otherwise look like as if it is part of the total btc funds needed.
bildschirmfoto 2019-02-11 um 09 54 54
So I implemented it as follows:
bildschirmfoto 2019-02-11 um 09 56 30

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ah, perhaps the ordering should be deposit, mining, trade fee for both?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

On first sight yes, but we have this order on a couple of places and it makes sense from my point of view to have it as it is right now:
bildschirmfoto 2019-02-11 um 15 12 05

bildschirmfoto 2019-02-11 um 15 11 08

bildschirmfoto 2019-02-11 um 15 14 44

The only problem is to mix it in the total funds field with the BSQ value.
I personally would go with this little inconsistency and have the order in this field different between BSQ and BTC trading fees.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah, that's a lot to change, then just go with your original suggestion unless we have an obviously better way to do it.

@ripcurlx ripcurlx merged commit f7f4f07 into bisq-network:master Feb 11, 2019
@ripcurlx ripcurlx deleted the improve-fund-your-offer-popup branch December 18, 2019 08:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants