Skip to content
This repository has been archived by the owner on Jan 18, 2024. It is now read-only.

Commit

Permalink
update default fee & mixin
Browse files Browse the repository at this point in the history
  • Loading branch information
davehlong committed Dec 23, 2019
1 parent 11891de commit 992341d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/js/ws_config.js
Original file line number Diff line number Diff line change
Expand Up @@ -58,11 +58,11 @@ config.addressLength = 98;
config.integratedAddressLength = config.addressLength + ((64 * 11) / 8);

// minimum fee for sending transaction
config.minimumFee = 0;
config.minimumFee = 0.01;
// minimum amount for sending transaction
config.mininumSend = 0.1;
// default mixin/anonimity for transaction
config.defaultMixin = 0;
config.defaultMixin = 3;
// to represent human readable value
config.decimalPlaces = 2;
// to convert from atomic unit
Expand Down

0 comments on commit 992341d

Please sign in to comment.