mirror of
https://github.com/Qortal/altcoinj.git
synced 2025-02-13 10:45:51 +00: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.
|
* Keeps {@link StoredBlock}s, {@link StoredUndoableBlock}s and {@link org.bitcoinj.core.UTXO}s in memory.
|
||||||
* Used primarily for unit testing.
|
* Used primarily for unit testing.
|
||||||
*/
|
*/
|
||||||
public class MemoryFullPrunedBlockStore implements FullPrunedBlockStore, UTXOProvider {
|
public class MemoryFullPrunedBlockStore implements FullPrunedBlockStore {
|
||||||
protected static class StoredBlockAndWasUndoableFlag {
|
protected static class StoredBlockAndWasUndoableFlag {
|
||||||
public StoredBlock block;
|
public StoredBlock block;
|
||||||
public boolean wasUndoable;
|
public boolean wasUndoable;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user