Skip to content

Commit

Permalink
bitcoind: Add wtxid to listtransactions
Browse files Browse the repository at this point in the history
This field was added in Bitcoin Core 24.0.1.
  • Loading branch information
alvasw committed Sep 3, 2024
1 parent 743dd3d commit 48e6a8b
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@ public static class Entry implements TransactionInfo {
private int blocktime;
@Json(name = "txid")
private String txId;
@Json(name = "wtxid")
private String wtxId;
private String[] walletconflicts;
private int time;
private int timereceived;
Expand Down

0 comments on commit 48e6a8b

Please sign in to comment.