Skip to content

Commit

Permalink
fix lint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
kingpinXD committed Jul 8, 2024
1 parent 263131c commit 6f5de14
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion x/crosschain/types/keys.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion zetaclient/tss/tss_signer.go
Original file line number Diff line number Diff line change
Expand Up @@ -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")
}

Expand Down

0 comments on commit 6f5de14

Please sign in to comment.