Skip to content

Commit

Permalink
update SingleOwnerAccount to Arc
Browse files Browse the repository at this point in the history
  • Loading branch information
byteZorvin committed Sep 17, 2024
1 parent a7a3a8d commit 0e5a9d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/l3/appchain-utils/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ use starknet_signers::LocalWallet;
use std::path::Path;

pub type LocalWalletSignerMiddleware =
SingleOwnerAccount<Arc<JsonRpcClient<HttpTransport>>, LocalWallet>;
Arc<SingleOwnerAccount<Arc<JsonRpcClient<HttpTransport>>, LocalWallet>>;

type RpcAccount<'a> = SingleOwnerAccount<&'a JsonRpcClient<HttpTransport>, LocalWallet>;
pub type TransactionExecution<'a> = ExecutionV1<'a, RpcAccount<'a>>;
Expand Down

0 comments on commit 0e5a9d7

Please sign in to comment.