From a3ad74a9bb04481c411e69100815fc2f10b29281 Mon Sep 17 00:00:00 2001 From: Rahul Ghangas Date: Thu, 20 May 2021 10:07:14 +0530 Subject: [PATCH] fix: remove unwanted info from log --- watcher/watcher.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/watcher/watcher.go b/watcher/watcher.go index 0fe29dea..0609f8ff 100644 --- a/watcher/watcher.go +++ b/watcher/watcher.go @@ -430,7 +430,7 @@ func (watcher Watcher) burnToParams(txid pack.Bytes, amount pack.U256, toBytes [ return jsonrpc.ParamsSubmitTx{}, err } - watcher.logger.Infof("[watcher] burn parameters (to=%v, amount=%v, nonce=%v)", watcher.selector.String(), string(to), amount, nonce) + watcher.logger.Infof("[watcher] burn parameters (to=%v, amount=%v, nonce=%v)", string(to), amount, nonce) txindex := pack.U32(0) payload := pack.Bytes{}