Skip to content

Commit

Permalink
chore: make read_state_raw public (#302)
Browse files Browse the repository at this point in the history
  • Loading branch information
chenyan-dfinity authored Feb 2, 2022
1 parent a8bb38e commit 4af1589
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ic-agent/src/agent/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -572,7 +572,7 @@ impl Agent {
}
}

async fn read_state_raw(
pub async fn read_state_raw(
&self,
paths: Vec<Vec<Label>>,
effective_canister_id: Principal,
Expand Down
2 changes: 1 addition & 1 deletion ic-agent/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -122,5 +122,5 @@ pub use agent::{
pub use identity::{Identity, Signature};
pub use request_id::{to_request_id, RequestId, RequestIdError};

pub(crate) use crate::ic_types::hash_tree;
pub use crate::ic_types::hash_tree;
pub use ic_types;

0 comments on commit 4af1589

Please sign in to comment.