Skip to content

Commit

Permalink
nit: fix comment documenting args of create_receipt (#10427)
Browse files Browse the repository at this point in the history
This function does not take an argument named `generate_data_id`.
  • Loading branch information
saketh-are authored Jan 14, 2024
1 parent 57e84d8 commit 0e94443
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion runtime/near-vm-runner/src/logic/dependencies.rs
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,6 @@ pub trait External {
///
/// # Arguments
///
/// * `generate_data_id` - function to generate a data id to connect receipt output to
/// * `receipt_indices` - a list of receipt indices the new receipt is depend on
/// * `receiver_id` - account id of the receiver of the receipt created
fn create_receipt(
Expand Down

0 comments on commit 0e94443

Please sign in to comment.