-
Notifications
You must be signed in to change notification settings - Fork 172
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Implement -rpcwait and -rpcwaittimeout
This is a Bitcoin compatible implementation of -rpcwait and -rpcwaittimeout Specifying -rpcwait for the rpc client will cause it to wait for the time specified with -rpcwaittimeout (in seconds) with one second attempts to connect. If -rpcwaittimeout is specified as zero or less, the wait is indefinite. Note that the current default value of -rpcwaittimeout is zero.
- Loading branch information
1 parent
fc26b1d
commit e0ff19c
Showing
2 changed files
with
34 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters