Skip to content

Commit a350762

Browse files
committed
Fix collections, TxPool indexes
1 parent 2b7a0f8 commit a350762

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

src/lib/collections.js

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -200,15 +200,18 @@ export default {
200200
},
201201
unique: true
202202
}
203-
],
204-
TxPool: [
203+
]
204+
},
205+
TxPool: {
206+
indexes: [
205207
{
206208
key: {
207209
timestamp: -1
208210
}
209211
}
210212
]
211213
},
214+
212215
PendingTxs: {
213216
indexes: [
214217
{

0 commit comments

Comments
 (0)