Skip to content

Commit

Permalink
Update dash_platform_protocol.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
markin-io authored Aug 23, 2023
1 parent 09cbfc7 commit e2b3223
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/wasm-dpp/src/dash_platform_protocol.rs
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ impl DashPlatformProtocolWasm {
//
#[wasm_bindgen(getter = identity)]
pub fn identity(&self) -> IdentityFacadeWasm {
// TODO: think if it's possible to avoid cloning
self.0.identities().into()
}
//
Expand Down

0 comments on commit e2b3223

Please sign in to comment.