Skip to content

Commit 85ab4a4

Browse files
committed
Fix arbitrary
1 parent a6b3295 commit 85ab4a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

zebra-chain/src/orchard_zsa/arbitrary.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ impl Arbitrary for BurnItem {
1515
type Parameters = ();
1616

1717
fn arbitrary_with(_args: Self::Parameters) -> Self::Strategy {
18-
BundleArb::<orchard::orchard_flavor::OrchardVanilla>::arb_asset_to_burn()
18+
BundleArb::<orchard::flavor::OrchardVanilla>::arb_asset_to_burn()
1919
.prop_map(|(asset_base, value)| BurnItem::from((asset_base, value)))
2020
.boxed()
2121
}

0 commit comments

Comments
 (0)