mirror of
https://github.com/twisterarmy/twister-core.git
synced 2025-01-10 06:48:07 +00:00
dhtget/dhtput threadsafe
This commit is contained in:
parent
dc36efaa1e
commit
8ed88a6eb3
@ -236,8 +236,8 @@ static const CRPCCommand vRPCCommands[] =
|
||||
{ "sendnewusertransaction", &sendnewusertransaction, false, false },
|
||||
{ "verifychain", &verifychain, true, false },
|
||||
// twister dht network
|
||||
{ "dhtput", &dhtput, false, false },
|
||||
{ "dhtget", &dhtget, false, false },
|
||||
{ "dhtput", &dhtput, false, true },
|
||||
{ "dhtget", &dhtget, false, true },
|
||||
};
|
||||
|
||||
CRPCTable::CRPCTable()
|
||||
|
Loading…
Reference in New Issue
Block a user