kerwin-cn
Results
1
comments of
kerwin-cn
Need to request for update the transaction,and got a new $transaction['txID'] ```php if (!is_null($message)) { $transaction['raw_data']['data'] = $this->stringUtf8toHex($message); //更新数据 $response = $this->manager->request( 'wallet/getsignweight', $transaction ); $transaction = $response['transaction']['transaction']; } ```