Skip to content

Commit

Permalink
fix(Options): correct lastTxFuse
Browse files Browse the repository at this point in the history
  • Loading branch information
plondon committed May 30, 2018
1 parent 8f54d73 commit 61ef6aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/wallet-options-v4.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
"fraction": 1,
"countries": "*",
"states": "*",
"lastTxFuse": 86400000,
"lastTxFuse": 86400,
"config": {
"network": "mainnet"
}
Expand Down

0 comments on commit 61ef6aa

Please sign in to comment.