Skip to content

Commit 84b2b7d

Browse files
authored
Update error message (#73)
1 parent 66ba3cc commit 84b2b7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Content.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ function createWalletContent(){
228228
$balances = $bitcoind->getbalances();
229229
}catch(\Exception $e){
230230
if ($e->getCode() == -18) {
231-
$error = "Invalid wallet specified!";
231+
$error = "Wallet data not found.";
232232
} else {
233233
$error = "Wallet disabled!";
234234
}

0 commit comments

Comments
 (0)