Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
pause125 committed Jul 22, 2024
1 parent 6db0987 commit 9aadd51
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion crates/rooch-rpc-server/src/service/rpc_service.rs
Original file line number Diff line number Diff line change
Expand Up @@ -356,7 +356,6 @@ impl RpcService {
.collect::<Vec<_>>();

let access_path = AccessPath::fields(mapping_object_id, owner_keys);
let bitcoin_network = self.bitcoin_network;
let address_mapping = self
.get_states(access_path)
.await?
Expand Down

0 comments on commit 9aadd51

Please sign in to comment.