From 135a695adba5e915c0c74b0b6bd493f317671bb5 Mon Sep 17 00:00:00 2001 From: Lawliet-Chan <1576710154@qq.com> Date: Thu, 13 Nov 2025 08:38:23 +0800 Subject: [PATCH] change comment --- core/tripod/dev/funcs.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/tripod/dev/funcs.go b/core/tripod/dev/funcs.go index a8e2326..51c4f34 100644 --- a/core/tripod/dev/funcs.go +++ b/core/tripod/dev/funcs.go @@ -13,7 +13,7 @@ type ( // respObj is a json object Reading func(ctx *ReadContext) // TopicWriting will not be executed in the Executor. It should be invoked explicitly, for example, in the BlockCycle. - // topic is the topic name, it means this writing will be inserted in the topic txpool. + // topic is the topic name, it means this writing will be inserted in the topic txpool and broadcast by a spec p2p topic named 'topic_writing_{topic_name}'. TopicWriting func(topic string, ctx *WriteContext) error // P2pHandler is a p2p server handler. You can define the services in P2P server. // Just like TCP handler.