Skip to content

Commit

Permalink
small fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
idky137 committed May 24, 2024
1 parent 336040a commit be59ed8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion zingo-rpc/src/rpc/service.rs
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,8 @@ impl CompactTxStreamer for ProxyClient {
Self: 'async_trait,
{
println!("@zingoproxyd: Received call of get_lightd_info.");
// TODO Add user and password as fields of ProxyClient and use here.
// TODO: Add user and password as fields of ProxyClient and use here.
// TODO: Return Nym_Address in get_lightd_info response, for use buy wallets.
Box::pin(async {
let zebrad_client = JsonRpcConnector::new(
self.zebrad_uri.clone(),
Expand Down

0 comments on commit be59ed8

Please sign in to comment.