Fix incorrect doc string in wallet help
This commit is contained in:
parent
ad11c45415
commit
05607ada37
1 changed files with 1 additions and 3 deletions
|
|
@ -642,9 +642,7 @@ class wallet_api
|
||||||
* TODO: I don't see a broadcast_transaction() function, do we need one?
|
* TODO: I don't see a broadcast_transaction() function, do we need one?
|
||||||
*
|
*
|
||||||
* @param tx the transaction to serialize
|
* @param tx the transaction to serialize
|
||||||
* @returns the binary form of the transaction. It will not be hex encoded,
|
* @returns the be hex encoded form of the serialized transaction
|
||||||
* this returns a raw string that may have null characters embedded
|
|
||||||
* in it
|
|
||||||
*/
|
*/
|
||||||
string serialize_transaction(signed_transaction tx) const;
|
string serialize_transaction(signed_transaction tx) const;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue