Removed peer editing, cleanup
This commit is contained in:
@@ -12,13 +12,12 @@ TABLE networks OF Network (
|
||||
TABLE peers OF Peer (
|
||||
NetworkID int64 PK,
|
||||
PeerIP byte PK,
|
||||
Version int64,
|
||||
APIKey string NoUpdate,
|
||||
Name string,
|
||||
Addr4 []byte,
|
||||
Addr6 []byte,
|
||||
Port uint16,
|
||||
Relay bool,
|
||||
Name string NoUpdate,
|
||||
Addr4 []byte NoUpdate,
|
||||
Addr6 []byte NoUpdate,
|
||||
Port uint16 NoUpdate,
|
||||
Relay bool NoUpdate,
|
||||
WGPubKey []byte NoUpdate,
|
||||
SignPubKey []byte NoUpdate
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user