mirror of
https://github.com/bitcoinresearchkit/brk.git
synced 2026-07-28 11:18:17 -07:00
clients: add .len()
This commit is contained in:
@@ -77,7 +77,7 @@ async function testConsistency() {
|
||||
|
||||
try {
|
||||
const result = await endpoint.last(0);
|
||||
const total = result.total;
|
||||
const total = result.end;
|
||||
|
||||
if (!byIndex.has(idxName)) {
|
||||
byIndex.set(idxName, []);
|
||||
|
||||
Reference in New Issue
Block a user