mirror of
https://github.com/bitcoinj/bitcoinj.git
synced 2025-01-19 05:33:44 +01:00
Make MemoryFullPrunedBlockStore just implement FullPrunedBlockStore.
UTXOProvider is redundant
This commit is contained in:
parent
dbf04a812b
commit
03f2f9e47a
@ -235,7 +235,7 @@ class TransactionalMultiKeyHashMap<UniqueKeyType, MultiKeyType, ValueType> {
|
||||
* Keeps {@link StoredBlock}s, {@link StoredUndoableBlock}s and {@link org.bitcoinj.core.UTXO}s in memory.
|
||||
* Used primarily for unit testing.
|
||||
*/
|
||||
public class MemoryFullPrunedBlockStore implements FullPrunedBlockStore, UTXOProvider {
|
||||
public class MemoryFullPrunedBlockStore implements FullPrunedBlockStore {
|
||||
protected static class StoredBlockAndWasUndoableFlag {
|
||||
public StoredBlock block;
|
||||
public boolean wasUndoable;
|
||||
|
Loading…
Reference in New Issue
Block a user