node: remove unnecessary lcd dependency for acct

This commit is contained in:
Evan Gray 2023-03-07 17:29:22 +00:00 committed by Evan Gray
parent d6a28b3b91
commit be7ac27130
1 changed files with 0 additions and 3 deletions

View File

@ -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")
}