Skip to content
This repository has been archived by the owner on Mar 28, 2020. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
Wallet for v0.0.3
Update version
  • Loading branch information
bobbieltd committed May 30, 2019
1 parent 74ff8fb commit a174ab5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -2,7 +2,7 @@
"name": "MonoWalletShell",
"productName": "MonoWallet",
"description": "BitcoinMono GUI Wallet",
"version": "v0.2.0",
"version": "v0.0.3",
"homepage": "https://github.com/bitcoinmono/MonoWallet",
"repository": "https://github.com/bitcoinmono/MonoWallet",
"main": "main.js",
Expand Down
2 changes: 1 addition & 1 deletion src/js/ws_config.js
Expand Up @@ -57,7 +57,7 @@ config.minimumFee = 0.1;
// minimum amount for sending transaction
config.mininumSend = 0.1;
// default mixin/anonimity for transaction
config.defaultMixin = 3;
config.defaultMixin = 1;
// to convert from atomic unit
config.decimalDivisor = 10000;
// to represent human readable value
Expand Down

0 comments on commit a174ab5

Please sign in to comment.