adds heights to block

This commit is contained in:
Matias Alejo Garcia 2014-01-08 09:47:12 -03:00
parent ef1f5a764a
commit 6aa680ef08
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,