We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6282efc commit 9bcebd3Copy full SHA for 9bcebd3
dot/network/block_announce.go
@@ -36,7 +36,7 @@ func (*BlockAnnounceMessage) Type() byte {
36
return blockAnnounceMsgType
37
}
38
39
-// string formats a BlockAnnounceMessage as a string
+// String formats a BlockAnnounceMessage as a string
40
func (bm *BlockAnnounceMessage) String() string {
41
return fmt.Sprintf("BlockAnnounceMessage ParentHash=%s Number=%d StateRoot=%s ExtrinsicsRoot=%s Digest=%v",
42
bm.ParentHash,
0 commit comments