swarm/network/stream: added prefix space for comments

This commit is contained in:
Fabio Barone 2018-12-19 12:07:53 -05:00
parent 6de6ae23b5
commit 920b2a4250
2 changed files with 104 additions and 104 deletions

View file

@ -61,7 +61,7 @@ const (
// Price represents the costs of a message
type Price struct {
Value uint64 //
Value uint64
PerByte bool // True if the price is per byte or for unit
Payer Payer
}