Skip to content

Commit

Permalink
Turn shielding default off
Browse files Browse the repository at this point in the history
Since block 800200 shielding is no longer needed.
disabling shielding prevents unnecessary coin movements, resulting is less wallet growth, cutting down on maintenance.
  • Loading branch information
Oink70 authored May 27, 2020
1 parent 1502f97 commit 1d29101
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion coins/vrsc.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"algorithm": "verushash",
"sapling": 227520,
"txfee": 0.0005,
"requireShielding": true,
"requireShielding": false,
"burnFees": false,

"explorer": {
Expand Down

0 comments on commit 1d29101

Please sign in to comment.