Skip to content

verify: Check that no model type exists#139

Merged
tcharding merged 1 commit intorust-bitcoin:masterfrom
tcharding:04-30-check-no-model
Apr 30, 2025
Merged

verify: Check that no model type exists#139
tcharding merged 1 commit intorust-bitcoin:masterfrom
tcharding:04-30-check-no-model

Conversation

@tcharding
Copy link
Member

If a method does not require a model we currently do not check this. Add logic to do so.

Fix the warnings found:

  • Re-export ListUnspent
  • Use the correct Method constructor in v19

Fix: #70

If a method does not require a model we currently do not check this. Add
logic to do so.

Fix the warnings found:

- Re-export `ListUnspent`
- Use the correct `Method` constructor in v19

Fix: rust-bitcoin#70
@tcharding
Copy link
Member Author

This PR replaces #133

@tcharding tcharding merged commit f515d26 into rust-bitcoin:master Apr 30, 2025
28 checks passed
@tcharding tcharding deleted the 04-30-check-no-model branch April 30, 2025 03:19
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.

verify: Check no model

1 participant