You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Low priority. Right now when a PooledTransactionHashes message arrives to our node we immediately check which transactions we don't have and send a GetPooledTransactions message. There is a possible edge case where we might receive the same pooled transaction hash from multiple peers and perform the request twice. This is not high priority as it would not cause inconsistencies on our node, but it may occupy more bandwidth. It might be useful to keep track of which transactions we're already requesting so we don't request the same one multiple times.
The text was updated successfully, but these errors were encountered:
Low priority. Right now when a
PooledTransactionHashes
message arrives to our node we immediately check which transactions we don't have and send aGetPooledTransactions
message. There is a possible edge case where we might receive the same pooled transaction hash from multiple peers and perform the request twice. This is not high priority as it would not cause inconsistencies on our node, but it may occupy more bandwidth. It might be useful to keep track of which transactions we're already requesting so we don't request the same one multiple times.The text was updated successfully, but these errors were encountered: