From 6f5de146bf39fbbb4e619138ccbdcd7513ec1fed Mon Sep 17 00:00:00 2001 From: Tanmay Date: Sun, 7 Jul 2024 22:16:06 -0400 Subject: [PATCH] fix lint errors --- x/crosschain/types/keys.go | 2 +- zetaclient/tss/tss_signer.go | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/x/crosschain/types/keys.go b/x/crosschain/types/keys.go index 82d2dc9299..5bb89a61ea 100644 --- a/x/crosschain/types/keys.go +++ b/x/crosschain/types/keys.go @@ -27,7 +27,7 @@ const ( //TssMigrationGasMultiplierEVM is multiplied to the median gas price to get the gas price for the tss migration . This is done to avoid the tss migration tx getting stuck in the mempool TssMigrationGasMultiplierEVM = "2.5" - + // TSSMigrationBufferAmountEVM is the buffer amount added to the gas price for the tss migration transaction TSSMigrationBufferAmountEVM = "2100000000" // CCTXIndexLength is the length of a crosschain transaction index diff --git a/zetaclient/tss/tss_signer.go b/zetaclient/tss/tss_signer.go index eb418cb08b..99f09ad53d 100644 --- a/zetaclient/tss/tss_signer.go +++ b/zetaclient/tss/tss_signer.go @@ -244,7 +244,6 @@ func (tss *TSS) Sign( ksRes, err := tss.Server.KeySign(keysignReq) tss.KeysignsTracker.EndMsgSign() if err != nil { - fmt.Println("keysign fail reason : ", err.Error()) log.Warn().Msg("keysign fail") }