Skip to content

Commit

Permalink
feat(sdk): make sdk put_settings public outside of crate (#1732)
Browse files Browse the repository at this point in the history
  • Loading branch information
pauldelucia authored Mar 5, 2024
1 parent 208718f commit f90a2d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/rs-sdk/src/platform/transition.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ pub(crate) mod context;
mod put_contract;
pub mod put_document;
pub mod put_identity;
pub(crate) mod put_settings;
pub mod put_settings;
pub mod top_up_identity;
mod txid;
pub mod withdraw_from_identity;
Expand Down

0 comments on commit f90a2d3

Please sign in to comment.