You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 28, 2023. It is now read-only.
Settings/Advanced has a fee type which is saved to local storage, that type needs to be applied to the purchase.
If we update the spend() function in the wallet/Spend.js model as follows, then it would use the local storage fee type for any wallet spends (i.e. both from the Wallet and from Purchasing):
const attrs = {
currency: app && app.settings && app.settings.get('localCurrency') || 'BTC',
feeLevel: app && app.localSettings && app.localSettings.get('defaultTransactionFee') || 'high',
memo: '', // this could be removed
...fields,
};
Settings/Advanced has a fee type which is saved to local storage, that type needs to be applied to the purchase.
Change the language to reflect the default, which is high, instead of suggesting average.
Consider showing the current estimated fee for each if possible.
The text was updated successfully, but these errors were encountered: