This commit is contained in:
micheal-swiggs 2025-03-03 09:36:17 +00:00 committed by GitHub
commit b2dede6d83
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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.