mirror of
https://github.com/fluencelabs/examples
synced 2024-12-04 19:20:17 +00:00
remove Op.noop() temp fix
This commit is contained in:
parent
97878474dc
commit
7552cd78d0
@ -47,7 +47,6 @@ func ts_oracle_with_consensus(tolerance: u32, threshold: f64, err_value:u64, nod
|
||||
if status! != "success":
|
||||
res <<- err_value
|
||||
dead_peers <<- n
|
||||
--Op.noop()
|
||||
|
||||
join res[Op.array_length(nodes) - Op.array_length(dead_peers) -1]
|
||||
|
||||
@ -69,4 +68,4 @@ func ts_oracle_with_bool(tolerance: u32, threshold: f64, err_value:u64, node:str
|
||||
peers <<- n
|
||||
|
||||
join res[Op.array_length(nodes) - 1]
|
||||
<- res, peers
|
||||
<- res, peers
|
||||
|
Loading…
Reference in New Issue
Block a user