aceat64/EasyBitcoin-PHP

Wrong status code

Closed this issue · 1 comments

$bitcoin->status returns me everytime a empty string "", but all rpc call work perfect!

What is the problem? How can i detect when I can't connect to RPC?

Solved, before check status you have to make a RPC call, not just connect to RPC.