rust-bitcoin-unsafe-fast/bitcoin/examples
merge-script 031b402b26
Merge rust-bitcoin/rust-bitcoin#3678: Remove unused extern statement
667b7f1010 Remove unused extern statement (yancy)

Pull request description:

  `extern crate` keywords are no longer needed to import a crate as of Rust 2018

ACKs for top commit:
  tcharding:
    ACK 667b7f1010
  apoelstra:
    ACK 667b7f1010bc0745d3e39181e15ec795aeca68dc; successfully ran local tests
  sanket1729:
    ACK 667b7f1010

Tree-SHA512: d157aa881dfce12b65bb676425cb5f17fa5a193d0001f37c26f74cab1254ab08fdcc9b7462b9a74210f85028299af9e14c0071ba390642b59bb7e986ba85933d
2024-11-29 03:01:13 +00:00
..
bip32.rs Remove unused extern statement 2024-11-27 23:06:55 -06:00
create-p2wpkh-address.rs Add p2wpkh address creation example 2024-11-27 15:09:14 -06:00
ecdsa-psbt-simple.rs Move Witness to primitives 2024-10-18 14:02:03 +11:00
ecdsa-psbt.rs Introduce Transaction extension traits 2024-10-30 12:28:52 +11:00
handshake.rs Remove unused extern statement 2024-11-27 23:06:55 -06:00
sighash.rs
sign-tx-segwit-v0.rs Standardize wording to `constructs a new` 2024-11-05 13:02:26 +00:00
sign-tx-taproot.rs Standardize wording to `constructs a new` 2024-11-05 13:02:26 +00:00
taproot-psbt-simple.rs Move Witness to primitives 2024-10-18 14:02:03 +11:00
taproot-psbt.rs Add from_int_btc group of functions 2024-11-02 10:19:03 +11:00