Skip to content

Commit 193609c

Browse files
committed
Add the walletconflicts field
1 parent 5a360cf commit 193609c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

json/src/lib.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -410,6 +410,9 @@ pub struct WalletTxInfo {
410410
pub timereceived: u64,
411411
#[serde(rename = "bip125-replaceable")]
412412
pub bip125_replaceable: Bip125Replaceable,
413+
/// Conflicting transaction ids
414+
#[serde(rename = "walletconflicts")]
415+
pub wallet_conflicts: Vec<bitcoin::Txid>,
413416
}
414417

415418
#[derive(Clone, PartialEq, Eq, Debug, Deserialize)]

0 commit comments

Comments
 (0)