Browse Source
assumevalid.py would try to send over a closed P2P connection in a loop,
hitting the following failure many times:
TestFramework.mininode (ERROR): Cannot send message. No connection to node!
The test still passes, but this is a lot of noise in the test log.
Just check that the connection is open before trying to send.
Github-Pull: #11345
Rebased-From: e9e9391083
0.15
John Newbery
7 years ago
committed by
MarcoFalke
1 changed files with 2 additions and 0 deletions
Loading…
Reference in new issue