git ssb

1+

Dominic / secure-scuttlebutt



Commit dbbf237575999fcd3273f83ef6f4908813631a95

tidy

Dominic Tarr committed on 9/24/2016, 3:22:28 AM
Parent: 90c436bd8914ea406e130e3826256517f49361c5

Files changed

follower.jschanged
indexes/clock.jschanged
test/history.jschanged
follower.jsView
@@ -97,11 +97,9 @@
9797 )
9898 }
9999 }
100100
101- build(null, function (err) {
102- //console.error(err)
103- })
101 + build(null, function (err) {})
104102
105103 return {
106104 get: function (key, cb) {
107105 //wait until the log has been processed up to the current point.
@@ -130,5 +128,4 @@
130128 }
131129
132130
133131
134-
indexes/clock.jsView
@@ -66,4 +66,14 @@
6666
6767
6868
6969
70 +
71 +
72 +
73 +
74 +
75 +
76 +
77 +
78 +
79 +
test/history.jsView
@@ -198,10 +198,4 @@
198198 module.exports(require('../defaults'))
199199
200200
201201
202-
203-
204-
205-
206-
207-

Built with git-ssb-web