From 7d19ea6b0ae622387dd2a3e2e4d9aa712f7618b6 Mon Sep 17 00:00:00 2001 From: AJ Villalobos Date: Tue, 24 Apr 2018 21:14:54 +0800 Subject: [PATCH] Revert "Add last_id in NotifyTxReceipt data params" This reverts commit 647b3dcbc96568177708715fe41788b87cdda843. --- app/services/notify_tx_receipt.rb | 2 -- 1 file changed, 2 deletions(-) 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