X-Git-Url: https://git.novaco.in/?p=novacoin.git;a=blobdiff_plain;f=src%2Fbitcoinrpc.cpp;h=92042d0803e072f714d3d0a17692701523672c10;hp=719aef082e1694725d6f16bd267a8fc00bde3562;hb=fe0f38a9dd454d2847bedc08c2bcad720b36116c;hpb=e30856438a6af14256dcf3f3169c65907f28363b diff --git a/src/bitcoinrpc.cpp b/src/bitcoinrpc.cpp index 719aef0..92042d0 100644 --- a/src/bitcoinrpc.cpp +++ b/src/bitcoinrpc.cpp @@ -319,6 +319,7 @@ static const CRPCCommand vRPCCommands[] = { "newmalleablekey", &newmalleablekey, false, false}, { "adjustmalleablekey", &adjustmalleablekey, false, false}, { "adjustmalleablepubkey", &adjustmalleablepubkey, false, false}, + { "listmalleablepubkeys", &listmalleablepubkeys, false, false}, { "sendalert", &sendalert, false, false}, };