Skip to content

Commit

Permalink
Fix SEP-31 transaction created metric (#1375)
Browse files Browse the repository at this point in the history
  • Loading branch information
philipliu authored May 24, 2024
1 parent d8ad071 commit 778d3bd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ public class MetricConstants {

// SEP-31 metrics
public static final String SEP31_TRANSACTION_REQUESTED = "sep31.transaction.requested";
public static final String SEP31_TRANSACTION_CREATED = "sep31.transaction.requested";
public static final String SEP31_TRANSACTION_CREATED = "sep31.transaction.created";
public static final String SEP31_TRANSACTION_PATCHED = "sep31.transaction.patched";

// SEP-38 metrics
Expand Down

0 comments on commit 778d3bd

Please sign in to comment.