mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
add option in json request for enable/disable auto-sign transaction
This commit is contained in:
parent
c03ed3e789
commit
7ac94a8398
@ -362,6 +362,7 @@ class TransactionSendCoinsController extends AppController
|
||||
$response = $http->post($url . '/checkTransaction', json_encode([
|
||||
'session_id' => $session_id,
|
||||
'transaction_base64' => base64_encode($builderResult['transactionBody']->serializeToString()),
|
||||
'auto_sign' => true,
|
||||
'balance' => $user['balance']
|
||||
]), ['type' => 'json']);
|
||||
$json = $response->getJson();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user