Skip to content

Commit

Permalink
Merge pull request #63 from MinterTeam/dev
Browse files Browse the repository at this point in the history
fix
  • Loading branch information
danil-lashin authored Jul 23, 2018
2 parents ce9b122 + 32b15fe commit 0a2bbb6
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 0a2bbb6

Please sign in to comment.