Repair incorrect signature

This commit is contained in:
Tony Garnock-Jones 2023-02-06 17:06:26 +01:00
parent 02acdbeb03
commit 0e158a7b79
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@
(require (only-in file/sha1 hex-string->bytes))
(define me (symbol->string (strong-gensym 'user)))
(define ref (SturdyRef "syndicate" '() (hex-string->bytes "6617ec85e29cee1eb4f2085aa1fdedff")))
(define ref (SturdyRef "syndicate" '() (hex-string->bytes "69ca300c1dbfa08fba692102dd82311a")))
(standard-actor-system (ds)
(define conn-facet this-facet)