Skip to content

Commit

Permalink
fix: Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
netrome committed Oct 29, 2024
1 parent cfbf402 commit c977c19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/fuel-core/src/graphql_api/ports.rs
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ pub trait DatabaseRelayedTransactions {
) -> StorageResult<Option<RelayedTransactionStatus>>;
}

/// Trait that specifies all the getters reqired for coins
/// Trait that specifies all the getters required for coins
pub trait DatabaseCoins:
StorageInspect<Coins, Error = StorageError> + StorageBatchInspect<Coins>
{
Expand Down

0 comments on commit c977c19

Please sign in to comment.