cryptonotefoundation / cryptonote

CryptoNote protocol implementation. This is the reference repository for starting a new CryptoNote currency. See /src/cryptonote_config.h
https://cryptonote.org/
991 stars 6.1k forks source link

getTransactionHashes RPC WALLET #285

Open goodstardust opened 6 years ago

goodstardust commented 6 years ago

{"error":{"code":-32600,"message":"Invalid Request"}

why?

goodstardust commented 6 years ago

the cmd -d '{"method":"getTransactionHashes","params":{"blockCount":200,"firstBlockIndex":30000}} success. the cmd -d '{"method":"getTransactionHashes","params":{"blockCount":200,"firstBlockIndex":30000,"address":"ffsfafafa…………………………………………"}} error ! {"error":{"code":-32600,"message":"Invalid Request"} why?

SoraKohaku commented 6 years ago

json not completed here. ahaha. think you need next patch or some repo for good~

On Sun, Jul 8, 2018 at 11:45 PM, goodstardust notifications@github.com wrote:

the cmd -d '{"method":"getTransactionHashes","params":{"blockCount":200," firstBlockIndex":30000}} success. the cmd -d '{"method":"getTransactionHashes","params":{"blockCount":200," firstBlockIndex":30000,"address":"ffsfafafa…………………………………………"}} error ! {"error":{"code":-32600,"message":"Invalid Request"} why?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/cryptonotefoundation/cryptonote/issues/285#issuecomment-403292650, or mute the thread https://github.com/notifications/unsubscribe-auth/AK51texLIZFWqx7Zdj45vQRiwbVRYLfmks5uEhsVgaJpZM4VGvzd .

-- Nur1Labs©2013


Site Info -> Here http://nur1labs.com/

Easy Transaction MoneyBookers https://www.moneybookers.com/app/?rid=17274145

cash2 commented 6 years ago

I think it should be "addresses":["ffsfafafa........."] instead of "address":"ffsfafafa........." according to this: Bytecoin RPC