Home
Phabricator
Search
Configure Global Search
Log In
Transactions
D504
Change Details
Change Details
Old
New
Diff
The test tried to use the self.log member in __init__() but it is only set up in main() in BitcoinTestFramework. This moves the calls into setup_nodes() which is called by main, and should log correctly if IPv6 is not available.
The test tried to use the self.log member in `__init__()` but it is only set up in main() in BitcoinTestFramework. This moves the calls into setup_nodes() which is called by main, and should log correctly if IPv6 is not available.
The test tried to use the self.log member in
`
__init__()
`
but it is only set up in main() in BitcoinTestFramework. This moves the calls into setup_nodes() which is called by main, and should log correctly if IPv6 is not available.
Continue