-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
move privatesend rpc methods from rpc/masternode.cpp to new rpc/privatesend.cpp #3253
Conversation
Signed-off-by: Pasta <[email protected]>
Signed-off-by: Pasta <[email protected]>
(Hopefully) resolved the compilation errors when wallet is disabled. |
Signed-off-by: Pasta <[email protected]>
Signed-off-by: Pasta <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
utACK
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
utACK
Shouldn't this be merged in |
Hmm.. yeah, probably a good idea. Should remove conflicts for #3265 backport. |
Why should this be in 15? It doesn't affect anything, just a refactoring really |
@PastaPastaPasta just like with bitcoin backports it's better to keep them in order if this allows you to avoid merge conflicts and it's a trivial one so why not? |
…tesend.cpp (dashpay#3253) * move privatesend rpc methods from masternode.cpp to new privatesend.cpp Signed-off-by: Pasta <[email protected]> * add ifdef ENABLE_WALLET check for wallet.h import Signed-off-by: Pasta <[email protected]> * actually register privatesend rpc Signed-off-by: Pasta <[email protected]> * add dropped help text and change some weird spacing below Signed-off-by: Pasta <[email protected]>
…tesend.cpp (dashpay#3253) * move privatesend rpc methods from masternode.cpp to new privatesend.cpp Signed-off-by: Pasta <[email protected]> * add ifdef ENABLE_WALLET check for wallet.h import Signed-off-by: Pasta <[email protected]> * actually register privatesend rpc Signed-off-by: Pasta <[email protected]> * add dropped help text and change some weird spacing below Signed-off-by: Pasta <[email protected]>
…tesend.cpp (dashpay#3253) * move privatesend rpc methods from masternode.cpp to new privatesend.cpp Signed-off-by: Pasta <[email protected]> * add ifdef ENABLE_WALLET check for wallet.h import Signed-off-by: Pasta <[email protected]> * actually register privatesend rpc Signed-off-by: Pasta <[email protected]> * add dropped help text and change some weird spacing below Signed-off-by: Pasta <[email protected]> Signed-off-by: cevap <[email protected]>
…tesend.cpp (dashpay#3253) * move privatesend rpc methods from masternode.cpp to new privatesend.cpp Signed-off-by: Pasta <[email protected]> * add ifdef ENABLE_WALLET check for wallet.h import Signed-off-by: Pasta <[email protected]> * actually register privatesend rpc Signed-off-by: Pasta <[email protected]> * add dropped help text and change some weird spacing below Signed-off-by: Pasta <[email protected]> Signed-off-by: cevap <[email protected]>
…tesend.cpp (dashpay#3253) * move privatesend rpc methods from masternode.cpp to new privatesend.cpp Signed-off-by: Pasta <[email protected]> * add ifdef ENABLE_WALLET check for wallet.h import Signed-off-by: Pasta <[email protected]> * actually register privatesend rpc Signed-off-by: Pasta <[email protected]> * add dropped help text and change some weird spacing below Signed-off-by: Pasta <[email protected]> Signed-off-by: cevap <[email protected]>
Doesn't really make sense imo for those rpc commands to be in masternode.cpp.
Should be just a move only and then adjusting imports