Skip to content

Commit

Permalink
Minor name change
Browse files Browse the repository at this point in the history
  • Loading branch information
vusirikala committed Jun 1, 2024
1 parent 4d22b03 commit 8c1af55
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ impl V2FungibleAssetResource {
format!("{}::fungible_asset::ConcurrentSupply", COIN_ADDR),
format!("{}::fungible_asset::Metadata", COIN_ADDR),
format!("{}::fungible_asset::FungibleStore", COIN_ADDR),
format!("{}::fungible_asset::ConcurrentBalance", COIN_ADDR),
format!("{}::fungible_asset::ConcurrentFungibleBalance", COIN_ADDR),
]
.contains(&data_type.to_string())
}
Expand Down

0 comments on commit 8c1af55

Please sign in to comment.