Skip to content

Commit

Permalink
Fix conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
xgreenx committed Jan 19, 2024
1 parent 688a24b commit c7bce20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/fuel-core/src/graphql_api/database.rs
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ pub type OnChainView = Arc<dyn OnChainDatabase>;
pub type OffChainView = Arc<dyn OffChainDatabase>;

/// The container of the on-chain and off-chain database view provides.
/// It is used only by [`ViewExtension`](super::view_extension::ViewExtension) to create a [`ReadView`].
/// It is used only by `ViewExtension` to create a [`ReadView`].
pub struct ReadDatabase {
/// The on-chain database view provider.
on_chain: Box<dyn AtomicView<OnChainView>>,
Expand Down

0 comments on commit c7bce20

Please sign in to comment.