mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-28 07:36:44 +00:00
fix: lint err
This commit is contained in:
parent
e1bfcb45d9
commit
7c23e82cd0
1 changed files with 1 additions and 1 deletions
|
|
@ -421,7 +421,7 @@ func (p *PortalProtocolAPI) Offer(enr string, contentItems [][2]string) (string,
|
|||
return "", err
|
||||
}
|
||||
|
||||
entries := make([]*ContentEntry, 0, len(contentItems));
|
||||
entries := make([]*ContentEntry, 0, len(contentItems))
|
||||
for _, contentItem := range contentItems {
|
||||
contentKey, err := hexutil.Decode(contentItem[0])
|
||||
if err != nil {
|
||||
|
|
|
|||
Loading…
Reference in a new issue