|
|
|
@ -442,7 +442,7 @@ class BitcoinCoreInterface(BlockchainInterface): |
|
|
|
log.error("Failure of RPC connection to Bitcoin Core. " |
|
|
|
log.error("Failure of RPC connection to Bitcoin Core. " |
|
|
|
"Application cannot continue, shutting down.") |
|
|
|
"Application cannot continue, shutting down.") |
|
|
|
stop_reactor() |
|
|
|
stop_reactor() |
|
|
|
return None |
|
|
|
twisted_sys_exit(EXIT_FAILURE) |
|
|
|
# note that JsonRpcError is not caught here; for some calls, we |
|
|
|
# note that JsonRpcError is not caught here; for some calls, we |
|
|
|
# have specific behaviour requirements depending on these errors, |
|
|
|
# have specific behaviour requirements depending on these errors, |
|
|
|
# so this is handled elsewhere in BitcoinCoreInterface. |
|
|
|
# so this is handled elsewhere in BitcoinCoreInterface. |
|
|
|
|