We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3bb1900 commit a96512cCopy full SHA for a96512c
src/main/java/prof7bit/bitcoin/wallettool/fileformats/WalletDatHandler.xtend
@@ -336,7 +336,7 @@ class WalletDat {
336
val pagesize = head.pageSize
337
val last_pgno = head.lastPgno
338
339
- for (pgno : 0..<last_pgno) {
+ for (pgno : 0..last_pgno) {
340
// find all first leaves. Actually there are at
341
// least 2 trees in every wallet file, so we
342
// will find two first leaves.
0 commit comments