We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96ab98a commit 3f4efc9Copy full SHA for 3f4efc9
include/classes/bitcoinwrapper.class.php
@@ -27,6 +27,7 @@ public function getinfo() {
27
try {
28
return $this->memcache->setCache(__FUNCTION__, parent::getnetworkinfo()+parent::getmininginfo()+parent::getwalletinfo(), 30);
29
} catch (Exception $e) {
30
+ $this->oDebug->append("DEPRECATED : RPC version < 0.16, fallback to `getinfo` RPC call", 2);
31
return $this->memcache->setCache(__FUNCTION__, parent::getinfo(), 30);
32
}
33
0 commit comments