mirror of
https://github.com/bitcoinj/bitcoinj.git
synced 2024-11-20 10:12:19 +01:00
Close connections in H2FullPrunedBlockStore
This commit is contained in:
parent
736c4c9907
commit
b6f61e8850
@ -162,6 +162,7 @@ public class H2FullPrunedBlockStore implements FullPrunedBlockStore {
|
||||
for (Connection conn : allConnections) {
|
||||
try {
|
||||
conn.rollback();
|
||||
conn.close();
|
||||
} catch (SQLException ex) {
|
||||
throw new RuntimeException(ex);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user