Skip to content

Commit

Permalink
bitcoind: Add parent_descs 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 48e6a8b commit f0eb997
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ public class BitcoindListTransactionsResponse extends JsonRpcResponse<List<Bitco
public static class Entry implements TransactionInfo {
private boolean involvesWatchonly;
private String address;
@Json(name = "parent_descs")
private List<String> parentDescs;
private String category;
private double amount;
private String label;
Expand Down

0 comments on commit f0eb997

Please sign in to comment.