A Transparent and Verifiable Way to Sync the AT Protocol's PLC Directory

update

+1 -1
+1 -1
cmd/plcbundle/server.go
··· 146 146 if syncMode { 147 147 fmt.Fprintf(w, "\nSync Endpoints\n") 148 148 fmt.Fprintf(w, "━━━━━━━━━━━━━━\n") 149 - fmt.Fprintf(w, " GET /sync Sync status & mempool info\n") 149 + fmt.Fprintf(w, " GET /sync Sync status & mempool info (JSON)\n") 150 150 fmt.Fprintf(w, " GET /sync/mempool Mempool operations (JSONL)\n") 151 151 } 152 152