Fix comment syntax

This commit is contained in:
Tony Garnock-Jones 2023-11-24 13:08:24 +01:00
parent 6ab19dcc6e
commit f58dce5bdc
1 changed files with 2 additions and 2 deletions

View File

@ -1,9 +1,9 @@
let ?ds = dataspace
; Connect using <route [<ws "...">] <ref "syndicate" [] #[acowDB2/oI+6aSEC3YIxGg]>>
# Connect using <route [<ws "...">] <ref "syndicate" [] #[acowDB2/oI+6aSEC3YIxGg]>>
<bind <ref {oid: "syndicate" key: #x""}> $ds #f>
; Connect using <route [<ws "...">] <noise { service: "syndicate", key: #x"21f6cd4e11e7e37711d6b3084ff18cded8fc8abf293aa47d43e8bb86dda65516" }>>
# Connect using <route [<ws "...">] <noise { service: "syndicate", key: #x"21f6cd4e11e7e37711d6b3084ff18cded8fc8abf293aa47d43e8bb86dda65516" }>>
let ?sk = #x"7626eb6c0ee79cb928a0c3f6e29621e9119da6735859f1425956a49fd937e586"
let ?pk = #x"21f6cd4e11e7e37711d6b3084ff18cded8fc8abf293aa47d43e8bb86dda65516"
<bind <noise { service: "syndicate", key: $pk, secretKey: $sk }> $ds #f>