Skip to content

Commit ce7ec3a

Browse files
committed
cleanup
1 parent be9134e commit ce7ec3a

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

multinode/send_only_node.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,8 +109,7 @@ func (s *sendOnlyNode[CHAIN_ID, RPC]) start() {
109109
}
110110
s.setState(nodeStateDialed)
111111

112-
nullID := strconv.Itoa(NullClientChainID)
113-
if s.chainID.String() == nullID {
112+
if s.chainID.String() == strconv.Itoa(NullClientChainID) {
114113
// Skip verification if chainID is zero
115114
s.log.Warn("sendonly rpc ChainID verification skipped")
116115
} else {

0 commit comments

Comments
 (0)