mirror of
https://github.com/bitcoinj/bitcoinj.git
synced 2025-03-13 11:36:15 +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
|
||||
protected void rollbackBlockStore(int height) throws BlockStoreException {
|
||||
public void rollbackBlockStore(int height) throws BlockStoreException {
|
||||
lock.lock();
|
||||
try {
|
||||
int currentHeight = getBestChainHeight();
|
||||
|
|
Loading…
Add table
Reference in a new issue