Missing change
This commit is contained in:
parent
f844bf10d3
commit
22cf549c88
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@
|
||||||
;;
|
;;
|
||||||
(define (make-joiner ^game-controller user-name addr)
|
(define (make-joiner ^game-controller user-name addr)
|
||||||
(with-vat (spawn-vat)
|
(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 init-sref (string->ocapn-id addr))
|
||||||
(define initiator ($ mycapn 'enliven init-sref))
|
(define initiator ($ mycapn 'enliven init-sref))
|
||||||
(define joiner (spawn ^game-joiner initiator ^game-controller))
|
(define joiner (spawn ^game-joiner initiator ^game-controller))
|
||||||
|
|
Loading…
Reference in a new issue