mirror of
https://github.com/bitcoinj/bitcoinj.git
synced 2025-03-13 11:36:15 +01:00
Merge 773f9b72f4
into 1090649211
This commit is contained in:
commit
b2dede6d83
1 changed files with 0 additions and 6 deletions
|
@ -1718,12 +1718,6 @@ public class PeerGroup implements TransactionBroadcaster {
|
|||
}
|
||||
}
|
||||
|
||||
/** Use "Context.get().getConfidenceTable()" instead */
|
||||
@Deprecated @Nullable
|
||||
public TxConfidenceTable getMemoryPool() {
|
||||
return Context.get().getConfidenceTable();
|
||||
}
|
||||
|
||||
/**
|
||||
* Tells the {@link PeerGroup} to download only block headers before a certain time and bodies after that. Call this
|
||||
* before starting block chain download.
|
||||
|
|
Loading…
Add table
Reference in a new issue