SatoshiPortal / cyphernode

Modular Bitcoin full-node microservices API server architecture and utilities toolkit to build scalable, secure and featureful apps and services without trusted third parties
MIT License
363 stars 68 forks source link

Change Bitcoin Core testing in testfeatures.sh #157

Open Kexkey opened 4 years ago

Kexkey commented 4 years ago

Instead of calling getbestblockhash to test Bitcoin Core, we should use something like helloworld and tell user if it is syncing ("Loading block index..." or else) instead of failing tests.