Skip to content

Commit 20f46c5

Browse files
committed
[fix] bad amount in error message "Not enough changes" - fix #523
1 parent d43a173 commit 20f46c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

www/js/services/wallet-services.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -875,7 +875,7 @@ angular.module('cesium.wallet.services', ['ngApi', 'ngFileSaver', 'cesium.bma.se
875875
}
876876
else {
877877
params = {
878-
amount: ($filter('formatInteger')(inputs.amount)),
878+
amount: ($filter('formatDecimal')(inputs.amount/100)),
879879
unit: $filter('abbreviate')(currency.name),
880880
subUnit: ''
881881
};

0 commit comments

Comments
 (0)