diff --git a/rpc/core/src/api/ops.rs b/rpc/core/src/api/ops.rs index 30e13be88..2a6165c0b 100644 --- a/rpc/core/src/api/ops.rs +++ b/rpc/core/src/api/ops.rs @@ -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, @@ -116,6 +114,9 @@ pub enum RpcApiOps { VirtualDaaScoreChangedNotification, PruningPointUtxoSetOverrideNotification, NewBlockTemplateNotification, + + /// Get UTXO Return Addresses + GetUtxoReturnAddress, } impl RpcApiOps {