Browse Source

refactor: add doc comment

thesimplekid 1 year ago
parent
commit
324d3c028f
1 changed files with 2 additions and 0 deletions
  1. 2 0
      crates/cdk/src/client.rs

+ 2 - 0
crates/cdk/src/client.rs

@@ -1,3 +1,5 @@
+//! Wallet HTTP wallet client
+
 use reqwest::Client;
 use serde_json::Value;
 use url::Url;