Skip to content

Commit

Permalink
fix is_fungible_asset
Browse files Browse the repository at this point in the history
  • Loading branch information
bowenyang007 committed Mar 5, 2024
1 parent c3f6e86 commit 3a86cd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rust/processor/src/models/object_models/v2_objects.rs
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ impl Object {
last_transaction_version: txn_version,
is_token: Some(object_aggregated_metadata.token.is_some()),
is_fungible_asset: Some(
object_aggregated_metadata.fungible_asset_store.is_some(),
object_aggregated_metadata.fungible_asset_metadata.is_some(),
),
is_deleted: false,
},
Expand Down

0 comments on commit 3a86cd9

Please sign in to comment.