mirror of
https://github.com/bitcoinj/bitcoinj.git
synced 2025-03-13 19:37:49 +01:00
Merge 81b88ea2bc
into 5edb96cbb8
This commit is contained in:
commit
4341aacd84
1 changed files with 1 additions and 1 deletions
|
@ -97,7 +97,7 @@ public class BlockChain extends AbstractBlockChain {
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
protected void rollbackBlockStore(int height) throws BlockStoreException {
|
public void rollbackBlockStore(int height) throws BlockStoreException {
|
||||||
lock.lock();
|
lock.lock();
|
||||||
try {
|
try {
|
||||||
int currentHeight = getBestChainHeight();
|
int currentHeight = getBestChainHeight();
|
||||||
|
|
Loading…
Add table
Reference in a new issue