diff --git a/app/services/notify_tx_receipt.rb b/app/services/notify_tx_receipt.rb index 3975262..44cb1cd 100644 --- a/app/services/notify_tx_receipt.rb +++ b/app/services/notify_tx_receipt.rb @@ -15,9 +15,7 @@ class NotifyTxReceipt address: address.address, amount: c.tx.amount, confirmations: c.tx.confirmations, - last_id: MessageBus.last_id(CHANNEL), } - MessageBus.publish CHANNEL, data.to_json end