Skip to content
This repository has been archived by the owner on Jan 8, 2024. It is now read-only.

Commit

Permalink
Add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
prozacchiwawa committed Aug 4, 2023
1 parent ff33b25 commit 81ea522
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/compiler/clvm.rs
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,9 @@ fn eval_args(
sexp = b.clone();
}
_ => {
// This change was moved to:
// https://github.com/Chia-Network/clvm_tools_rs/pull/205
// and will be removed when that's in.
if !truthy(sexp.clone()) {
return Ok(RunStep::Op(head, context_, sexp, Some(eval_list), parent));
} else {
Expand Down

0 comments on commit 81ea522

Please sign in to comment.