From 05607ada37ad58d882b7bbdb9532c1cb7943e8d7 Mon Sep 17 00:00:00 2001 From: Eric Frias Date: Thu, 24 Aug 2017 17:36:30 -0400 Subject: [PATCH] Fix incorrect doc string in wallet help --- libraries/wallet/include/graphene/wallet/wallet.hpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/libraries/wallet/include/graphene/wallet/wallet.hpp b/libraries/wallet/include/graphene/wallet/wallet.hpp index db5d818c..71fff29d 100644 --- a/libraries/wallet/include/graphene/wallet/wallet.hpp +++ b/libraries/wallet/include/graphene/wallet/wallet.hpp @@ -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;