Skip to content

Commit

Permalink
fix: typo (#385)
Browse files Browse the repository at this point in the history
  • Loading branch information
ninabarbakadze authored Apr 11, 2024
1 parent 5d7bf4e commit 8f8edd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/genutil/gentx.go
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ func DeliverGenTxs(

res := deliverTx(abci.RequestDeliverTx{Tx: bz})
if !res.IsOK() {
return nil, fmt.Errorf("failed to execute DelverTx for '%s': %s", genTx, res.Log)
return nil, fmt.Errorf("failed to execute DeliverTx for '%s': %s", genTx, res.Log)
}
}

Expand Down

0 comments on commit 8f8edd6

Please sign in to comment.