Skip to content

Commit

Permalink
Merge pull request #163 from renproject/fix/watcher-logs
Browse files Browse the repository at this point in the history
Remove unwanted info from watcher log
  • Loading branch information
jazg committed May 20, 2021
2 parents 6a56726 + 5ca7eac commit 9601676
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion watcher/watcher.go
Original file line number Diff line number Diff line change
Expand Up @@ -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{}
Expand Down

0 comments on commit 9601676

Please sign in to comment.