Skip to content

Commit

Permalink
fix latest to pending
Browse files Browse the repository at this point in the history
Signed-off-by: Gregory Edison <[email protected]>
  • Loading branch information
greged93 committed Oct 25, 2024
1 parent 6dc8eaa commit 829f2be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pool/mempool.rs
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ impl<SP: starknet::providers::Provider + Send + Sync + Clone + 'static> AccountM
.map(|add| {
ProviderRequestData::GetNonce(GetNonceRequest {
contract_address: *add,
block_id: BlockId::Tag(BlockTag::Latest),
block_id: BlockId::Tag(BlockTag::Pending),
})
})
.collect::<Vec<_>>();
Expand Down

0 comments on commit 829f2be

Please sign in to comment.