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

Psbt satisfy #142

Merged
merged 2 commits into from Oct 1, 2020
Merged

Psbt satisfy #142

merged 2 commits into from Oct 1, 2020

Conversation

sanket1729
Copy link
Member

Changes the psbt satisfaction API.

@sanket1729 sanket1729 mentioned this pull request Oct 1, 2020
fn check_after(&self, n: u32) -> bool {
let cltv = self.psbt.global.unsigned_tx.lock_time;
n <= cltv
}
Copy link
Member

Choose a reason for hiding this comment

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

Gotta do time/height checks :)

Copy link
Member

@apoelstra apoelstra left a comment

Choose a reason for hiding this comment

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

ack 67ea9e1

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

Successfully merging this pull request may close these issues.

None yet

2 participants