Skip to content

Commit

Permalink
Add getter for tx broadcaster
Browse files Browse the repository at this point in the history
  • Loading branch information
pokkst committed Jan 30, 2021
1 parent 4e4c961 commit 67d4331
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions core/src/main/java/org/bitcoinj/wallet/Wallet.java
Original file line number Diff line number Diff line change
Expand Up @@ -489,6 +489,10 @@ public NetworkParameters getNetworkParameters() {
return params;
}

public TransactionBroadcaster transactionBroadcaster() {
return vTransactionBroadcaster;
}

/**
* Gets the active keychains via {@link KeyChainGroup#getActiveKeyChains(long)}.
*/
Expand Down

0 comments on commit 67d4331

Please sign in to comment.