This is not used in the tests but has proven to be useful when writing scripts outside of the test framework.
Details
Details
- Reviewers
bytesofman - Group Reviewers
Restricted Project - Commits
- rABC6aa3bbb32394: [chronik] Add support for HTTPS connection to the test framework python client
With Chronik:
ninja check-functional
Diff Detail
Diff Detail
- Repository
- rABC Bitcoin ABC
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
Comment Actions
potential nit: https is set to False by default in the init, but the way the if/else connection and websocket url definition gates are ordered it would seem https is the expected condition.
Comment Actions
I just wanted to use the shorter version, doing the opposite would require if not self.https which is 4 chars more. I'm that lazy.