Merge branch 'bug/missing-height-in-block' of https://github.com/matiu/mystery into feature/blockpage

This commit is contained in:
Gustavo Cortez 2014-01-08 09:58:57 -03:00
commit aabc1af9a8
1 changed files with 1 additions and 0 deletions

View File

@ -19,6 +19,7 @@ var BlockSchema = new Schema({
unique: true,
},
size: Number,
height: Number,
confirmations: Number,
version: Number,
merkleroot: String,