mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-19 10:22:23 +00:00
swarm/storage/mru: fix linter errors
This commit is contained in:
parent
07c2aa7047
commit
3c75f9dca2
3 changed files with 4 additions and 7 deletions
|
|
@ -39,7 +39,6 @@ var (
|
|||
startTime = Timestamp{
|
||||
Time: uint64(4200),
|
||||
}
|
||||
resourceFrequency = uint64(42)
|
||||
cleanF func()
|
||||
resourceName = "føø.bar"
|
||||
hashfunc = storage.MakeHashFunc(storage.DefaultHash)
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
|
|
@ -43,8 +43,6 @@ type updateRequestJSON struct {
|
|||
Signature string `json:"signature,omitempty"`
|
||||
}
|
||||
|
||||
var zeroAddr = common.Address{}
|
||||
|
||||
// Request layout
|
||||
// resourceUpdate bytes
|
||||
// SignatureLength bytes
|
||||
|
|
|
|||
Loading…
Reference in a new issue