potcoin / Potcoin

potcoinPOSv Source Code
MIT License
48 stars 35 forks source link

Desktop wallet: getrawmempool does not work properly #6

Open jabware opened 6 years ago

jabware commented 6 years ago

I tried rpc from .net application but it has the same problem when use wallet->help->debug window->console. When call getrawmempool it returns transaction ids in memory pool. That is correct. But if I use getrawmempool true to get transactions with details it I got the error:

getrawmempool
Returns all transaction ids in memory pool. (code -1)