Skip to content

Commit

Permalink
fix(katana-rpc): rename transactions to request #894
Browse files Browse the repository at this point in the history
  • Loading branch information
kariy authored Sep 15, 2023
1 parent f0ba21b commit 29da319
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/katana/rpc/src/api/starknet.rs
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ pub trait StarknetApi {
#[method(name = "estimateFee")]
async fn estimate_fee(
&self,
transactions: Vec<BroadcastedTransaction>,
request: Vec<BroadcastedTransaction>,
block_id: BlockId,
) -> Result<Vec<FeeEstimate>, Error>;

Expand Down

0 comments on commit 29da319

Please sign in to comment.