This commit is contained in:
Aniket Prajapati 2023-01-08 23:01:46 +05:30
parent 0f9d0bdfd3
commit f1ff855a73
No known key found for this signature in database
GPG Key ID: D4346D8C9C5398F2
1 changed files with 2 additions and 2 deletions

View File

@ -80,7 +80,7 @@ impl BlockListener {
}
pub fn signature_subscribe(&self, signature: String, sink: SubscriptionSink) {
warn!("subscribing {signature}");
// warn!("subscribing {signature}");
let _ = self.signature_subscribers.insert(signature, sink);
}
@ -155,7 +155,7 @@ impl BlockListener {
// subscribers
if let Some((sig, mut sink)) = self.signature_subscribers.remove(&sig) {
info!("notification {}", sig);
// info!("notification {}", sig);
// none if transaction succeeded
sink.send(&RpcResponse {
context: RpcResponseContext {