mirror of
https://github.com/tendermint/tendermint.git
synced 2026-09-10 18:16:07 +00:00
App -> App()
This commit is contained in:
committed by
Jae Kwon
parent
e59de906f7
commit
f03547007a
@@ -18,7 +18,7 @@ Paste the following JSON into your %v file
|
||||
%v
|
||||
|
||||
`,
|
||||
config.App.GetString("PrivValidatorFile"),
|
||||
config.App().GetString("PrivValidatorFile"),
|
||||
string(privValidatorJSONBytes),
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user