1
0
Fork 0
mirror of https://git.wownero.com/wownero/wownero.git synced 2024-08-15 01:03:23 +00:00

Merge pull request

09dbd9cb tx_pool: fix comment about transaction_prefix (moneromooo-monero)
This commit is contained in:
Riccardo Spagni 2018-11-16 10:58:41 +02:00
commit e90ee7548c
No known key found for this signature in database
GPG key ID: 55432DF31CCD4FCD

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
*/