remove stale todo

This commit is contained in:
Bryan Stitt 2023-04-17 16:48:01 -07:00
parent 5ff28943da
commit e921d02eb2

View File

@ -185,7 +185,6 @@ impl Web3Rpc {
};
let tx_id_sender = if config.subscribe_txs {
// TODO: warn if tx_id_sender is None?
tx_id_sender
} else {
None