Skip to content

Commit

Permalink
Fix lints given new nightly (#387)
Browse files Browse the repository at this point in the history
  • Loading branch information
banool authored May 23, 2024
1 parent ca60e51 commit b412cc8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion rust/processor/src/grpc_stream.rs
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@ pub async fn get_chain_id(
/// There could be several special scenarios:
/// 1. If we lose the connection, we will try reconnecting X times within Y seconds before crashing.
/// 2. If we specified an end version and we hit that, we will stop fetching, but we will make sure that
/// all existing transactions are processed
/// all existing transactions are processed
pub async fn create_fetcher_loop(
txn_sender: AsyncSender<TransactionsPBResponse>,
indexer_grpc_data_service_address: Url,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ impl CurrentDelegatedVoter {

/// There are 3 pieces of information we need in order to get the delegated voters
/// 1. We need the mapping between pool address and table handle of the governance record. This will help us
/// figure out what the pool address it is
/// figure out what the pool address it is
/// 2. We need to parse the governance record itself
/// 3. All active shares prior to governance contract need to be tracked as well, the default voters are the delegators themselves
pub async fn from_write_table_item(
Expand Down

0 comments on commit b412cc8

Please sign in to comment.