mirror of
https://github.com/libp2p/go-libp2p-core.git
synced 2025-03-14 11:10:05 +08:00
whitespace
This commit is contained in:
parent
00306a4903
commit
347316f262
@ -4,7 +4,9 @@ import (
|
||||
"bytes"
|
||||
"encoding/binary"
|
||||
"errors"
|
||||
"github.com/golang/protobuf/proto"
|
||||
|
||||
"github.com/gogo/protobuf/proto"
|
||||
|
||||
"github.com/libp2p/go-buffer-pool"
|
||||
pb "github.com/libp2p/go-libp2p-core/crypto/pb"
|
||||
)
|
||||
@ -15,7 +17,6 @@ import (
|
||||
// string used to produce the envelope in order to verify the signature and
|
||||
// access the payload.
|
||||
type SignedEnvelope struct {
|
||||
|
||||
// The public key that can be used to verify the signature and derive the peer id of the signer.
|
||||
publicKey PubKey
|
||||
|
||||
|
@ -9,4 +9,4 @@ message SignedEnvelope {
|
||||
bytes payload_type = 2;
|
||||
bytes payload = 3;
|
||||
bytes signature = 4;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user