remove tx.size until bcoin pr is merged
This commit is contained in:
parent
df2beddf16
commit
cbcd42c096
@ -4,7 +4,7 @@ const config = {
|
||||
bcoin_http: 'localhost',
|
||||
bcoin: {
|
||||
network: 'main',
|
||||
db: 'mem',
|
||||
db: 'leveldb',
|
||||
prefix: '.',
|
||||
checkpoints: true,
|
||||
workers: false,
|
||||
|
||||
@ -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),
|
||||
|
||||
Loading…
Reference in New Issue
Block a user