tx_pool: fix comment about transaction_prefix

It was leftover from a change that was undone before commit,
but the comment change was let through
This commit is contained in:
moneromooo-monero 2018-10-31 12:14:30 +00:00
parent 4cbb476cd1
commit 09dbd9cbbc
No known key found for this signature in database
GPG Key ID: 686F07454D6CEFC3

View File

@ -510,7 +510,7 @@ namespace cryptonote
* @param txd the transaction to check (and info about it)
* @param txid the txid of the transaction to check
* @param txblob the transaction blob to check
* @param tx the parsed transaction prefix, if successful
* @param tx the parsed transaction, if successful
*
* @return true if the transaction is good to go, otherwise false
*/