Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
danil-lashin committed Jul 23, 2018
1 parent b01e218 commit 32b15fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/transaction/redeem_check.go
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ func (data RedeemCheckData) Run(sender types.Address, tx *Transaction, context *
if tx.GasCoin != types.GetBaseCoin() {
return Response{
Code: code.WrongGasCoin,
Log: fmt.Sprintf("Gas for for redeem check transaction can only be %s", types.GetBaseCoin())}
Log: fmt.Sprintf("Gas coin for redeem check transaction can only be %s", types.GetBaseCoin())}
}

if !context.CoinExists(decodedCheck.Coin) {
Expand Down

0 comments on commit 32b15fe

Please sign in to comment.