mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-19 18:32:23 +00:00
swarm/network/stream: added prefix space for comments
This commit is contained in:
parent
6de6ae23b5
commit
920b2a4250
2 changed files with 104 additions and 104 deletions
|
|
@ -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
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue