diff options
| author | Riccardo Spagni <ric@spagni.net> | 2018-11-16 10:58:41 +0200 |
|---|---|---|
| committer | Riccardo Spagni <ric@spagni.net> | 2018-11-16 10:58:42 +0200 |
| commit | e90ee7548c5685b988941f7a92549f0a57fcfe9f (patch) | |
| tree | 697803beaccf7771ac0005c9a025c4006e321f6a | |
| parent | 95d96d139d2ca3f8441f9a13751a158d36769000 (diff) | |
| parent | 09dbd9cbbc3d04587569f26740f875808f2a3dae (diff) | |
| download | monzero-core-e90ee7548c5685b988941f7a92549f0a57fcfe9f.tar.gz monzero-core-e90ee7548c5685b988941f7a92549f0a57fcfe9f.tar.xz monzero-core-e90ee7548c5685b988941f7a92549f0a57fcfe9f.zip | |
Merge pull request #4765
09dbd9cb tx_pool: fix comment about transaction_prefix (moneromooo-monero)
| -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 6270a30bf..670d70d77 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 */ |
