mirror of
https://gitlab.com/MrFry/mrfrys-node-server
synced 2025-04-01 20:24:18 +02:00
json schema json file checking, p2p fixes
This commit is contained in:
parent
5c22f575dd
commit
2edc87d5dd
7 changed files with 277 additions and 75 deletions
|
@ -174,5 +174,7 @@ export interface PeerInfo {
|
|||
host: string
|
||||
port: number
|
||||
publicKey: string
|
||||
contact: string
|
||||
lastSync?: Date
|
||||
note?: string
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue