diff --git a/app/services/notify_tx_receipt.rb b/app/services/notify_tx_receipt.rb index 44cb1cd..3975262 100644 --- a/app/services/notify_tx_receipt.rb +++ b/app/services/notify_tx_receipt.rb @@ -15,7 +15,9 @@ 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