Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion core/tripod/dev/funcs.go
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down