Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Supply max retries #2

Open
wants to merge 22 commits into
base: master
Choose a base branch
from
Open

Supply max retries #2

wants to merge 22 commits into from

Conversation

connorwstein
Copy link

@connorwstein connorwstein commented Feb 6, 2020

Also rolling back the attempt at porting the fix for the core/btcd verbosity discrepancy (hoping btcsuite#1529 will just get merged soon).

@@ -1,16 +1,23 @@
module github.com/paxosglobal/btcd

replace github.com/btcsuite/btcd => github.com/paxosglobal/btcd v0.20.1-beta.0.20200206213050-d0903b768de2
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Needed this

@@ -213,13 +215,13 @@ func New(activeNet *chaincfg.Params, handlers *rpcclient.NotificationHandlers,
//
// NOTE: This method and TearDown should always be called from the same
// goroutine as they are not concurrent safe.
func (h *Harness) SetUp(createTestChain bool, numMatureOutputs uint32) error {
func (h *Harness) SetUp(createTestChain bool, numMatureOutputs uint32, connRetries int) error {
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

New param for tests

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant