bitcoin-s/node-test/src/test/scala/org/bitcoins/node
Torkel Rogstad dcd4cf3132 Remove assertion on irrelevant TX
Due to how bloom filters work (they give false
positives) it's meaningless to assert on _not_
receiving a transaction from our peer. In most
cases we're not going to receive an irrelevant
TX, but if it happens we can't be sure if it's
because we did something wrong or because we
just hit a false positive.
2019-07-16 14:29:01 +02:00
..
networking Node cleanup (#591) 2019-07-13 09:26:00 -05:00
NodeAppConfigTest.scala Node (#490) 2019-06-04 09:53:00 -05:00
NodeWithWalletTest.scala Remove assertion on irrelevant TX 2019-07-16 14:29:01 +02:00
SpvNodeTest.scala Attempt to sync with sendheaders (#537) 2019-06-20 05:58:25 -05:00