Skip to content

Commit

Permalink
fix: typo in the code comments
Browse files Browse the repository at this point in the history
  • Loading branch information
threewebcode authored Apr 19, 2024
1 parent 4a3d3fb commit e62ecbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion op-node/node/node.go
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ type OpNode struct {
l2Source *sources.EngineClient // L2 Execution Engine RPC bindings
server *rpcServer // RPC server hosting the rollup-node API
p2pNode *p2p.NodeP2P // P2P node functionality
p2pSigner p2p.Signer // p2p gogssip application messages will be signed with this signer
p2pSigner p2p.Signer // p2p gossip application messages will be signed with this signer
tracer Tracer // tracer to get events for testing/debugging
runCfg *RuntimeConfig // runtime configurables

Expand Down

0 comments on commit e62ecbd

Please sign in to comment.