Skip to content

Commit 690c18e

Browse files
committed
feat: derive Clone for NearClient struct
1 parent 7832276 commit 690c18e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/client/near.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ use crate::utils;
4242
const NEAR_GAS: u64 = 300_000_000_000_000;
4343
const TIMEOUT: Duration = Duration::from_secs(20);
4444

45+
#[derive(Clone)]
4546
pub struct NearClient {
4647
client: JsonRpcClient,
4748
pub engine_account_id: AccountId,

0 commit comments

Comments
 (0)