-
Notifications
You must be signed in to change notification settings - Fork 67
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
Get genesis timestamp from bitcoind #957
Get genesis timestamp from bitcoind #957
Conversation
2b212d4
to
435605a
Compare
cd13f09
to
3eef53d
Compare
assert 'timestamp' in res.keys() | ||
assert "timestamp" in res.keys() |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
black doing is job here
match=re.escape( | ||
"A feerate must not be provided if creating a cancel." | ||
), | ||
match=re.escape("A feerate must not be provided if creating a cancel."), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
black doing his job
Is this still WIP? |
updated title |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ACK 3eef53d.
3eef53d
to
f2c418f
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ACK f2c418f.
fixes #904