Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
gouthamp-stellar committed Oct 15, 2024
1 parent 39895ad commit c889a86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/tss/services/pool_populator.go
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ func (p *poolPopulator) routeErrorTransactions() error {
if err != nil {
return fmt.Errorf("gretting latest try for transaction: %w", err)
}
if slices.Contains(tss.FinalErrorCodes, xdr.TransactionResultCode(try.Code)) {
if slices.Contains(tss.FinalCodes, xdr.TransactionResultCode(try.Code)) {
// route to webhook channel
payload.RpcSubmitTxResponse = tss.RPCSendTxResponse{
TransactionHash: try.Hash,
Expand Down

0 comments on commit c889a86

Please sign in to comment.