From de1cdddfb9dde32a9bf08a46bc3b58d2da45875d Mon Sep 17 00:00:00 2001 From: Ignotus Peverell Date: Wed, 1 Nov 2017 16:33:32 -0400 Subject: [PATCH] Don't burn reward by default --- grin.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/grin.toml b/grin.toml index 7aef20fec..c5ef57069 100644 --- a/grin.toml +++ b/grin.toml @@ -115,7 +115,7 @@ wallet_receiver_url = "http://127.0.0.1:13415" #whether to ignore the reward (mostly for testing) -burn_reward = true +burn_reward = false #testing value, optional #slow_down_in_millis = 30