From 7e2a6932e1d89cd7bbc7cd43ab761f041469fa54 Mon Sep 17 00:00:00 2001 From: Dave Collins Date: Wed, 21 Feb 2018 10:02:26 -0600 Subject: [PATCH] sampleconfig: Correct comment. --- sampleconfig/sampleconfig.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sampleconfig/sampleconfig.go b/sampleconfig/sampleconfig.go index ca03e39d0d..681ccab6a7 100644 --- a/sampleconfig/sampleconfig.go +++ b/sampleconfig/sampleconfig.go @@ -247,8 +247,8 @@ const FileContents = `[Application Options] ; Do not accept transactions from remote peers. ; blocksonly=1 -; Accept and relay non-standard transactions to the network regardless - default network settings. +; Accept and relay non-standard transactions to the network regardless of the +; default network settings. ; acceptnonstd=1 ; Reject non-standard transactions regardless of default network settings.