mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-19 18:32:23 +00:00
swarm/network/stream: fix a typo in comment
This commit is contained in:
parent
f6680c611c
commit
7b1e4f86a6
1 changed files with 1 additions and 1 deletions
|
|
@ -527,7 +527,7 @@ func (s *server) setNextBatch(from, to uint64) ([]byte, uint64, uint64, *Handove
|
||||||
|
|
||||||
// Server interface for outgoing peer Streamer
|
// Server interface for outgoing peer Streamer
|
||||||
type Server interface {
|
type Server interface {
|
||||||
// SessionIndex is called then a server is initialized
|
// SessionIndex is called when a server is initialized
|
||||||
// to get the current cursor state of the stream data.
|
// to get the current cursor state of the stream data.
|
||||||
// Based on this index, live and history stream intervals
|
// Based on this index, live and history stream intervals
|
||||||
// will be adjusted before calling SetNextBatch.
|
// will be adjusted before calling SetNextBatch.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue