Skip to content

Commit

Permalink
Revert "[Doc] Rust Crate Documentation Update (#97)" (#100)
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 fa3bbcd
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

1 comment on commit fa3bbcd

@NeoZ666
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Reverted back due to github actions issues in the PR commit : #97
Updated github actions in #98

Please sign in to comment.