insert tx

This commit is contained in:
Aniket Prajapati 2023-01-08 19:44:10 +05:30
parent f3bc5e873b
commit 0cd7377d9d
No known key found for this signature in database
GPG Key ID: D4346D8C9C5398F2
1 changed files with 0 additions and 1 deletions

View File

@ -218,7 +218,6 @@ impl LiteRpcServer for LiteBridge {
.unwrap()
.signatures[0];
#[cfg(feature = "metrics")]
self.txs_sent.insert(sig.to_string(), None);
if let Some(tx_sender) = &self.tx_sender {