Browse Source

refactor: add doc comment

thesimplekid 1 năm trước cách đây
mục cha
commit
324d3c028f
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  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;