Skip to content

Commit

Permalink
Fix unwanted conversion
Browse files Browse the repository at this point in the history
  • Loading branch information
Bhavy Airi committed May 24, 2023
1 parent cf856b9 commit e505514
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion libvcx_core/src/api_vcx/api_global/wallet.rs
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,6 @@ pub async fn wallet_add_wallet_record_tags(xtype: &str, id: &str, tags_json: &st

pub async fn wallet_delete_wallet_record_tags(xtype: &str, id: &str, tags_json: &str) -> LibvcxResult<()> {
let wallet = get_main_wallet();
let tags_json = serde_json::from_str(tags_json)?;
map_ariesvcx_core_result(wallet.delete_wallet_record_tags(xtype, id, tags_json).await)
}

Expand Down

0 comments on commit e505514

Please sign in to comment.