If the transaction has a message, it will cause the transaction to fail to be sent. like this: ``` $tron->sendTransaction($to, $value, 'hello'); ``` return: ``` Array ( [code] => SIGERROR [txid] => xxx [message] => xxx ) ```