Skip to content

Commit c77e381

Browse files
committed
fix: Update for Non Fungible schemas
1 parent 39882a9 commit c77e381

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/test-core/java/com/radixdlt/rev2/Manifest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -382,7 +382,7 @@ public static Functions.Func1<Parameters, String> createAllowAllNonFungibleResou
382382
Enum<OwnerRole::None>()
383383
Enum<NonFungibleIdType::Integer>()
384384
false # Track Supply
385-
Tuple( # The NonFungibleDataSchema
385+
Enum<0u8>( # NonFungibleDataSchema::Local
386386
Enum<0u8>(
387387
Tuple( # The SBOR schema for the non-fungible data (here: empty schema)
388388
Array<Enum>(),

0 commit comments

Comments
 (0)