App -> App()

This commit is contained in:
Matthew Wampler-Doty
2015-03-18 23:27:26 -07:00
committed by Jae Kwon
parent e59de906f7
commit f03547007a
13 changed files with 97 additions and 85 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ Paste the following JSON into your %v file
%v
`,
config.App.GetString("PrivValidatorFile"),
config.App().GetString("PrivValidatorFile"),
string(privValidatorJSONBytes),
)
}