This commit is contained in:
voidlizard 2025-02-21 13:38:08 +03:00
parent fdce8aee8e
commit 6ad7d67c6f
1 changed files with 2 additions and 2 deletions

View File

@ -61,10 +61,10 @@
) )
) )
(define (post:name:update refchan) (define (post:name:update)
(begin (begin
(local tx (create:name:update HOST)) (local tx (create:name:update HOST))
(hbs2:refchan:tx:propose refchan tx) (hbs2:refchan:tx:propose REFCHAN tx)
) )
) )