Skip to content

Commit

Permalink
Revert "[Doc] Rust Crate Documentation Update (#97)"
Browse files Browse the repository at this point in the history
This reverts commit eecb718.
  • Loading branch information
NeoZ666 authored Jan 29, 2025
1 parent eecb718 commit 88ad307
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions examples/bitcoin_crate/src/main.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
/* An example showing how to use the rust bitcoin crate with the coinselect crate. The input and output details are stored in separate JSON files. The inputs and outputs are first read from the file and UTXOs are constructed using a combination of the inputs and outputs. The coin selection options are initiated. The UTXOs are then converted in OutputGroups. Finally the vector of OutputGroups and CoinSelectionOpt are used to call the coin selection method to perform the selection operation.
*/
#![doc = include_str!("../README.md")]

extern crate bitcoin;
extern crate serde;
extern crate serde_derive;
Expand Down

0 comments on commit 88ad307

Please sign in to comment.