node: remove unnecessary lcd dependency for acct
This commit is contained in:
parent
d6a28b3b91
commit
be7ac27130
|
@ -1016,9 +1016,6 @@ func runNode(cmd *cobra.Command, args []string) {
|
|||
if *accountantWS == "" {
|
||||
logger.Fatal("acct: if accountantContract is specified, accountantWS is required")
|
||||
}
|
||||
if *wormchainLCD == "" {
|
||||
logger.Fatal("acct: if accountantContract is specified, wormchainLCD is required")
|
||||
}
|
||||
if wormchainConn == nil {
|
||||
logger.Fatal("acct: if accountantContract is specified, the wormchain sending connection must be enabled")
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue