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_http: 'localhost',
|
||||||
bcoin: {
|
bcoin: {
|
||||||
network: 'main',
|
network: 'main',
|
||||||
db: 'mem',
|
db: 'leveldb',
|
||||||
prefix: '.',
|
prefix: '.',
|
||||||
checkpoints: true,
|
checkpoints: true,
|
||||||
workers: false,
|
workers: false,
|
||||||
|
|||||||
@ -13,7 +13,6 @@ function parse(entry, txs) {
|
|||||||
witnessHash: tx.witnessHash,
|
witnessHash: tx.witnessHash,
|
||||||
fee: tx.fee,
|
fee: tx.fee,
|
||||||
rate: tx.rate,
|
rate: tx.rate,
|
||||||
size: tx.size,
|
|
||||||
ps: tx.ps,
|
ps: tx.ps,
|
||||||
height: entry.height,
|
height: entry.height,
|
||||||
block: util.revHex(entry.hash),
|
block: util.revHex(entry.hash),
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user