Skip to content

Commit

Permalink
Node: Minor logging changes
Browse files Browse the repository at this point in the history
  • Loading branch information
bruce-riley authored and evan-gray committed Jul 30, 2024
1 parent a80d307 commit 30e4042
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion devnet/query-server.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ spec:
# Hardcoded devnet bootstrap (generated from deterministic key in guardiand)
- --bootstrap
- /dns4/guardian-0.guardian/udp/8996/quic/p2p/12D3KooWL3XJ9EMCyZvmmGXL2LMiVBtrVa2BuESsJiXkSj7333Jw
- --logLevel=info
- --logLevel=warn
- --shutdownDelay1
- "0"
- --allowAnything
Expand Down
1 change: 0 additions & 1 deletion node/pkg/watchers/sui/watcher.go
Original file line number Diff line number Diff line change
Expand Up @@ -547,7 +547,6 @@ func (w *Watcher) getMultipleBlocks(txs []string) ([]TxBlockResult, error) {
return retVal, fmt.Errorf("getMultipleBlocks failed to unmarshal body: %s, error: %w", string(body), err)
}
retVal = res.Result
fmt.Println("retVal:", retVal)

return retVal, nil
}
Expand Down

0 comments on commit 30e4042

Please sign in to comment.