Subject: | Seems a bug in MJRC |
Date: | Mon, 21 Jul 2014 18:30:02 +0400 |
To: | bug-MojoX-JSON-RPC [...] rt.cpan.org |
From: | Dmitry Krutikov <d.krutikov [...] gmail.com> |
Hello.
I'm trying to use your MojoX::JSON::RPC::Client with bitcoind, but always
get is_error true.
Here success reply from bitcoind:
$VAR1 = {
'error' => undef,
'id' => undef,
'result' => []
};
'error' exists, but undef, so is_error is true. Simple patch included.
--
best regards,
Dmitry Krutikov
Message body not shown because it is not plain text.