mirror of
https://github.com/mimblewimble/grin.git
synced 2025-05-11 11:41:15 +03:00
Fixes #281 by doing: - "Starting validation pipeline for " -> "Processing " - stdout logging default = Warning - ERR -> INFO for "Transaction rejected: Already in pool" -- only for netadapter transaction_received, which (hopefully!) only gets tx from peers, and lots of those will be duplicates, that's good and not an error. * Downgrade ERR even down to DEBUG. Also let Transaction rejected show tx hash, so users can check if such a rejection is for the payment they expected, or just any random peer sending in some old and already known tx. |
||
---|---|---|
.. | ||
src | ||
tests | ||
Cargo.toml | ||
rustfmt.toml |