diff options
| author | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2018-10-31 12:14:30 +0000 |
|---|---|---|
| committer | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2018-10-31 12:15:38 +0000 |
| commit | 09dbd9cbbc3d04587569f26740f875808f2a3dae (patch) | |
| tree | c94bc34747bf31f76856c70bfeea456788676a9c /src/cryptonote_core | |
| parent | 4cbb476cd1f215926d3cc2b4ff6f397ffa5f347b (diff) | |
| download | monzero-core-09dbd9cbbc3d04587569f26740f875808f2a3dae.tar.gz monzero-core-09dbd9cbbc3d04587569f26740f875808f2a3dae.tar.xz monzero-core-09dbd9cbbc3d04587569f26740f875808f2a3dae.zip | |
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
Diffstat (limited to 'src/cryptonote_core')
| -rw-r--r-- | src/cryptonote_core/tx_pool.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cryptonote_core/tx_pool.h b/src/cryptonote_core/tx_pool.h index 7a0cc23bf..be00f8fc1 100644 --- a/src/cryptonote_core/tx_pool.h +++ b/src/cryptonote_core/tx_pool.h @@ -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 */ |
