remove tx.size until bcoin pr is merged

This commit is contained in:
tenthirtyone 2017-08-27 21:53:42 -04:00
parent df2beddf16
commit cbcd42c096
2 changed files with 1 additions and 2 deletions

View File

@ -4,7 +4,7 @@ const config = {
bcoin_http: 'localhost',
bcoin: {
network: 'main',
db: 'mem',
db: 'leveldb',
prefix: '.',
checkpoints: true,
workers: false,

View File

@ -13,7 +13,6 @@ function parse(entry, txs) {
witnessHash: tx.witnessHash,
fee: tx.fee,
rate: tx.rate,
size: tx.size,
ps: tx.ps,
height: entry.height,
block: util.revHex(entry.hash),