Skip to content
Snippets Groups Projects
Commit 20f46c53 authored by Benoit Lavenier's avatar Benoit Lavenier
Browse files

[fix] bad amount in error message "Not enough changes" - fix #523

parent d43a1737
No related branches found
No related tags found
No related merge requests found
......@@ -875,7 +875,7 @@ angular.module('cesium.wallet.services', ['ngApi', 'ngFileSaver', 'cesium.bma.se
}
else {
params = {
amount: ($filter('formatInteger')(inputs.amount)),
amount: ($filter('formatDecimal')(inputs.amount/100)),
unit: $filter('abbreviate')(currency.name),
subUnit: ''
};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment