Skip to content

Commit

Permalink
New parameter to decide on whether to show list of addresses in header
Browse files Browse the repository at this point in the history
Default 'false', so regular users won't notice. Set 'true' is useful if
you sometimes need to copy your address.
  • Loading branch information
Jpja committed Feb 18, 2016
1 parent 3716481 commit 756b123
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions settings/general.txt
Expand Up @@ -4,4 +4,5 @@ NUM_ADDR_DISPLAY = 2;
TX_FEE = 0.00010000; //total btc transaction fee; lower than 0.00004000 not recommended
TO_RECEIVER = 0.00005470; //total btc to receiving address
MSIG_OUTPUT = 0.00007800; //total btc to multisig output (returned to sender)
ADDR_IN_HEADER = 'false'; //set 'true' to display addresses in upper right corner
API_TIMEOUT_MS = 2700; //wait ms before trying backup api. currently only for pushing tx's

0 comments on commit 756b123

Please sign in to comment.