You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was using this function well last year, but now i receive the message as INVALID CREDENTIAL:
use \Blocktrail\SDK\Connection\Exceptions\InvalidCredentials;
try {
$client->address('1NcXPMRaanz43b1kokpPuYDdk6GGDvxT2T');
} catch (\Exception $e) {
if ($e instanceof InvalidCredentials) {
var_dump((string)$e);
}
}
Notice than generating new address work well !
The text was updated successfully, but these errors were encountered:
Hi,
I was using this function well last year, but now i receive the message as INVALID CREDENTIAL:
The text was updated successfully, but these errors were encountered: