mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
get gradido nodes from neu format
This commit is contained in:
parent
5974473276
commit
a37d844c1d
@ -69,7 +69,7 @@ class JsonRpcRequestClientComponent extends Component
|
||||
|
||||
static public function pickGradidoNodeUrl()
|
||||
{
|
||||
$gradidoNodes = Configure::read('GradidoNode');
|
||||
$gradidoNodes = Configure::read('GradidoBlockchain.nodes');
|
||||
if(count($gradidoNodes) == 0) {
|
||||
return ['state' => 'error', 'msg' => 'no gradido nodes in config'];
|
||||
}
|
||||
|
||||
@ -39,6 +39,7 @@ class Transaction extends TransactionBase {
|
||||
$transactionBin = base64_decode($base64Data, true);
|
||||
if($transactionBin == false) {
|
||||
$this->addError('Transaction', $e->getMessage());// . ' ' . $base64Data);
|
||||
$this->addError('base64', $base64Data);
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user