Skip to content

Commit e3d16d6

Browse files
authored
Merge pull request #275 from evoskuil/master
Warn on unsolicited tx announcements.
2 parents ea3a691 + 3b799b6 commit e3d16d6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/protocols/protocol_transaction_in.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ bool protocol_transaction_in::handle_receive_inventory(const code& ec,
100100
// Prior to this level transaction relay is not configurable.
101101
if (!relay_from_peer_ && !response->inventories().empty())
102102
{
103-
LOG_DEBUG(LOG_NODE)
103+
LOG_WARNING(LOG_NODE)
104104
<< "Unexpected transaction inventory from [" << authority() << "]";
105105
stop(error::channel_stopped);
106106
return false;

0 commit comments

Comments
 (0)