Merge commit 'refs/pull/348/head' of github.com:bitcoindevkit/bdk

This commit is contained in:
Alekos Filini
2021-06-11 11:41:23 +02:00
12 changed files with 832 additions and 95 deletions

View File

@@ -80,7 +80,7 @@ impl std::default::Default for FeeRate {
/// An unspent output owned by a [`Wallet`].
///
/// [`Wallet`]: crate::Wallet
#[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq)]
#[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Eq, Hash)]
pub struct LocalUtxo {
/// Reference to a transaction output
pub outpoint: OutPoint,