diff --git a/examples/browser/example.js b/examples/browser/example.js index 7f26b25..a17dc7b 100644 --- a/examples/browser/example.js +++ b/examples/browser/example.js @@ -255,7 +255,7 @@ const main = (IPFS, ORBITDB) => { outputElm.innerHTML = `
Peer ID: ${orbitdb.id}
Peers (database/network): ${databasePeers.length} / ${networkPeers.length}
-
Oplog Size: ${db._replicationInfo.progress} / ${db._replicationInfo.max}
+
Oplog Size: ${db._replicationStatus.progress} / ${db._replicationStatus.max}

Results