Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions src/issuance.rs
Original file line number Diff line number Diff line change
Expand Up @@ -575,12 +575,6 @@ fn create_reference_note(asset: AssetBase, mut rng: impl RngCore) -> Note {
)
}

/// Test-only helper for creating Orchard reference notes (used by Zebra tests)
#[cfg(all(feature = "temporary-zebra", feature = "test-dependencies"))]
pub fn create_test_reference_note(asset: AssetBase, rng: impl RngCore) -> Note {
create_reference_note(asset, rng)
}

impl IssueBundle<Prepared> {
/// Sign the `IssueBundle`.
/// The call makes sure that the provided `isk` matches the `ik` and the derived `asset` for each note in the bundle.
Expand Down
Loading