From 5787c766f6ac56a77487de8bd10ccebab773729c Mon Sep 17 00:00:00 2001 From: Thorsten Krug Date: Mon, 26 Feb 2018 16:02:12 +0000 Subject: [PATCH] Fix variable scope. --- src/Ethereum.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Ethereum.php b/src/Ethereum.php index 06eb200..cdede75 100644 --- a/src/Ethereum.php +++ b/src/Ethereum.php @@ -43,7 +43,7 @@ class Ethereum extends EthereumStatic implements JsonRpcInterface private $methods; private $id = 0; public $client; - protected $debugHtml = ''; + public $debugHtml = ''; /** * Constructing Ethereum Class.