Skip to content

Commit

Permalink
Move new RPC GetUtxoReturnAddress call to the end of enum
Browse files Browse the repository at this point in the history
  • Loading branch information
coderofstuff committed Jul 25, 2024
1 parent 8f1802c commit a27aa09
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions rpc/core/src/api/ops.rs
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,6 @@ pub enum RpcApiOps {
GetCoinSupply,
/// Get DAA Score timestamp estimate
GetDaaScoreTimestampEstimate,
/// Get UTXO Return Addresses
GetUtxoReturnAddress,

// Subscription commands for starting/stopping notifications
NotifyBlockAdded,
Expand Down Expand Up @@ -116,6 +114,9 @@ pub enum RpcApiOps {
VirtualDaaScoreChangedNotification,
PruningPointUtxoSetOverrideNotification,
NewBlockTemplateNotification,

/// Get UTXO Return Addresses
GetUtxoReturnAddress,
}

impl RpcApiOps {
Expand Down

0 comments on commit a27aa09

Please sign in to comment.