-
Notifications
You must be signed in to change notification settings - Fork 37.7k
test: Set BIP34Height = 2 for regtest #16333
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
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change | ||||
---|---|---|---|---|---|---|
|
@@ -615,7 +615,7 @@ def __init__(self, header=None): | |||||
self.calc_sha256() | ||||||
|
||||||
def set_null(self): | ||||||
self.nVersion = 1 | ||||||
self.nVersion = 4 | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. fac90c5 it seems that using
Suggested change
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Might do if I have to re-touch |
||||||
self.hashPrevBlock = 0 | ||||||
self.hashMerkleRoot = 0 | ||||||
self.nTime = 0 | ||||||
|
Uh oh!
There was an error while loading. Please reload this page.