mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-12 03:01:07 +00:00
log::debug! message for JSON-RPC response (#415)
This commit is contained in:
@@ -235,6 +235,7 @@ impl RpcClient {
|
||||
RpcClient::WebSocket(inner) => inner.request(method, params).await,
|
||||
RpcClient::Http(inner) => inner.request(method, params).await,
|
||||
};
|
||||
log::debug!("response: {:?}", data);
|
||||
data
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user