Skip to content

Commit

Permalink
Post merge fix
Browse files Browse the repository at this point in the history
  • Loading branch information
markopoloparadox committed Sep 11, 2024
1 parent 4dcae80 commit 316d3b8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions avail-rust/src/sdk.rs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ impl SDK {
tx: Transactions::new(api.clone(), rpc.clone()),
util: Util::new(api.clone()),
rpc,
rpc,
api,
})
}
Expand All @@ -31,7 +30,6 @@ impl SDK {
tx: Transactions::new(api.clone(), rpc.clone()),
util: Util::new(api.clone()),
rpc,
rpc,
api,
})
}
Expand Down

0 comments on commit 316d3b8

Please sign in to comment.