mirror of
https://github.com/libp2p/go-libp2p-core.git
synced 2025-03-14 11:10:05 +08:00
use camelCase in protos for consistency
This commit is contained in:
parent
ff5ddb3846
commit
fb521c6433
@ -5,8 +5,8 @@ package crypto.pb;
|
||||
import "crypto.proto";
|
||||
|
||||
message SignedEnvelope {
|
||||
PublicKey public_key = 1;
|
||||
bytes payload_type = 2;
|
||||
PublicKey publicKey = 1;
|
||||
bytes payloadType = 2;
|
||||
bytes payload = 3;
|
||||
bytes signature = 4;
|
||||
}
|
||||
|
@ -6,7 +6,7 @@ message RoutingStateRecord {
|
||||
bytes multiaddr = 1;
|
||||
}
|
||||
|
||||
bytes peer_id = 1;
|
||||
bytes peerId = 1;
|
||||
uint64 seq = 2;
|
||||
repeated AddressInfo addresses = 3;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user