Fix incorrect doc string in wallet help

This commit is contained in:
Eric Frias 2017-08-24 17:36:30 -04:00
parent ad11c45415
commit 05607ada37

View file

@ -642,9 +642,7 @@ class wallet_api
* TODO: I don't see a broadcast_transaction() function, do we need one?
*
* @param tx the transaction to serialize
* @returns the binary form of the transaction. It will not be hex encoded,
* this returns a raw string that may have null characters embedded
* in it
* @returns the be hex encoded form of the serialized transaction
*/
string serialize_transaction(signed_transaction tx) const;