Skip to content

Commit

Permalink
Update the comment
Browse files Browse the repository at this point in the history
  • Loading branch information
howardwu committed Jan 27, 2024
1 parent a042741 commit 13cde7a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion synthesizer/process/src/stack/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,7 @@ impl<N: Network> StackProgram<N> for Stack<N> {
}
}

/// Returns a record for the given record name, with the given burner address.
/// Returns a record for the given record name, with the given burner address and nonce.
fn sample_record<R: Rng + CryptoRng>(
&self,
burner_address: &Address<N>,
Expand Down
2 changes: 1 addition & 1 deletion synthesizer/program/src/traits/stack_and_registers.rs
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ pub trait StackProgram<N: Network> {
rng: &mut R,
) -> Result<Value<N>>;

/// Returns a record for the given record name, with the given burner address.
/// Returns a record for the given record name, with the given burner address and nonce.
fn sample_record<R: Rng + CryptoRng>(
&self,
burner_address: &Address<N>,
Expand Down

0 comments on commit 13cde7a

Please sign in to comment.