mirror of
https://github.com/mimblewimble/grin.git
synced 2025-01-21 11:31:08 +03:00
Don't burn reward by default
This commit is contained in:
parent
9e36b820f6
commit
de1cdddfb9
1 changed files with 1 additions and 1 deletions
|
@ -115,7 +115,7 @@ wallet_receiver_url = "http://127.0.0.1:13415"
|
||||||
|
|
||||||
#whether to ignore the reward (mostly for testing)
|
#whether to ignore the reward (mostly for testing)
|
||||||
|
|
||||||
burn_reward = true
|
burn_reward = false
|
||||||
|
|
||||||
#testing value, optional
|
#testing value, optional
|
||||||
#slow_down_in_millis = 30
|
#slow_down_in_millis = 30
|
||||||
|
|
Loading…
Reference in a new issue