Missing change

This commit is contained in:
Vivianne 2023-07-06 21:42:17 -07:00
parent f844bf10d3
commit 22cf549c88
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@
;;
(define (make-joiner ^game-controller user-name addr)
(with-vat (spawn-vat)
(define mycapn (spawn-mycapn (new-testuds-netlayer)))
(define mycapn (spawn-mycapn (new-onion-netlayer)))
(define init-sref (string->ocapn-id addr))
(define initiator ($ mycapn 'enliven init-sref))
(define joiner (spawn ^game-joiner initiator ^game-controller))