Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
aspect committed Jul 26, 2024
1 parent e65af3f commit eb9552c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions rpc/core/src/api/ops.rs
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ pub enum RpcApiOps {
// TODO: Remove these ops and use EventType as NotificationOps when workflow_rpc::server::interface::Interface
// will be generic over a MethodOps and NotificationOps instead of a single Ops param.
BlockAddedNotification = 60,
VirtualChainChangedNotification = 61,
VirtualChainChangedNotification = 61,
FinalityConflictNotification = 62,
FinalityConflictResolvedNotification = 63,
UtxosChangedNotification = 64,
Expand Down Expand Up @@ -124,7 +124,6 @@ pub enum RpcApiOps {
GetCoinSupply = 144,
/// Get DAA Score timestamp estimate
GetDaaScoreTimestampEstimate = 145,

/// Extracts a transaction out of the request message and attempts to replace a matching transaction in the mempool with it, applying a mandatory Replace by Fee policy
SubmitTransactionReplacement = 146,
}
Expand Down

0 comments on commit eb9552c

Please sign in to comment.