aqua updates

This commit is contained in:
boneyard93501 2022-02-08 14:58:32 -06:00
parent d26bd15e9b
commit cb2b929d08
3 changed files with 3983 additions and 733 deletions

View File

@ -54,6 +54,7 @@ func get_price_par(coin: string, currency: string, getter_topo: []NodeServicePai
ts_ms <- Peer.timestamp_ms() ts_ms <- Peer.timestamp_ms()
res <- PriceGetterService.price_getter(coin, currency, ts_ms) res <- PriceGetterService.price_getter(coin, currency, ts_ms)
prices <- F64Op.identity(res.result) prices <- F64Op.identity(res.result)
Op.noop()
on mean_topo.node: on mean_topo.node:
F64Op.identity(prices!1) F64Op.identity(prices!1)

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff