remove Op.noop() temp fix

This commit is contained in:
boneyard93501 2022-07-29 13:33:09 -05:00 committed by GitHub
parent 97878474dc
commit 7552cd78d0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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