fix azimuth-tracker for iris

This commit is contained in:
Philip Monk 2019-07-05 13:59:29 -07:00
parent e08fc7ebc7
commit c5b73d9c89
No known key found for this signature in database
GPG Key ID: B66E1F02604E44EC
2 changed files with 4 additions and 4 deletions

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:0fc692ddfe9a7d869e8742e8cffa6f180c676e855d9e8ac185a372358125409f
size 8473572
oid sha256:63a265d1a1ead1dfa16df00d7259904045e9bc328ec0d88bd386cc7edefc107c
size 8567769

View File

@ -59,14 +59,14 @@
(request-to-json:rpc:ethereum id req)
==
;< ~ bind:m (send-request:stdio request)
;< rep=(unit client-response:http-client) bind:m
;< rep=(unit client-response:iris) bind:m
take-maybe-response:stdio
?~ rep
(pure:m ~)
(parse-response u.rep)
::
++ parse-response
|= =client-response:http-client
|= =client-response:iris
=/ m (async:stdio ,(unit json))
^- form:m
?> ?=(%finished -.client-response)