changed route to view files added by a certain node (#105)

* changed route to view files added by a certain node

* gofmt my changes
This commit is contained in:
Akilan Selvacoumar
2023-02-27 17:24:27 +00:00
committed by GitHub
parent 9f6724446c
commit 2b2f20ca18
7 changed files with 108 additions and 95 deletions

View File

@@ -49,7 +49,7 @@ type Networks struct {
backend *Backend
}
// ReplyTimeout is the round-trip timeout for message sequences.
// ReplyTimeout is the round-trip timeout for message sequences.
const ReplyTimeout = 20
func (backend *Backend) initMessageSequence() {