Skip to content

Commit

Permalink
Add new reason to skip tx submission
Browse files Browse the repository at this point in the history
  • Loading branch information
danil-lashin committed May 11, 2022
1 parent ae5fda0 commit 2b2e890
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions minter-connector/tx_committer/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -279,6 +279,7 @@ func SendCosmosTx(cosmosRpcAddr string, msgs []sdk.Msg, address sdk.AccAddress,
"non contiguous event nonce",
"signature duplicate",
"required price not found or malformed",
"couldn't find outgoing tx",
}

drop := false
Expand Down

0 comments on commit 2b2e890

Please sign in to comment.