Skip to content

Commit a4ac045

Browse files
author
carbonwallet
committed
Update tx.js
1 parent c1308cc commit a4ac045

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

js/tx.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ var TX = new function () {
4343
var fval = outputs[i].value;
4444
value += fval;
4545
}
46-
value += 0.0005;
46+
value += 0.0001;
4747
return value.toFixed(4);
4848
}
4949

@@ -56,7 +56,7 @@ var TX = new function () {
5656
var fval = outputs[i].value;
5757
value += fval;
5858
}
59-
return value.toFixed(4);
59+
return value.toFixed(6);
6060
}
6161

6262
this.getAddress = function() {

0 commit comments

Comments
 (0)