mirror of
https://github.com/fluencelabs/examples
synced 2025-06-14 10:31:20 +00:00
remove Op.noop() temp fix
This commit is contained in:
@ -47,7 +47,6 @@ func ts_oracle_with_consensus(tolerance: u32, threshold: f64, err_value:u64, nod
|
|||||||
if status! != "success":
|
if status! != "success":
|
||||||
res <<- err_value
|
res <<- err_value
|
||||||
dead_peers <<- n
|
dead_peers <<- n
|
||||||
--Op.noop()
|
|
||||||
|
|
||||||
join res[Op.array_length(nodes) - Op.array_length(dead_peers) -1]
|
join res[Op.array_length(nodes) - Op.array_length(dead_peers) -1]
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user