Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
matiu committed May 14, 2020
1 parent 6bcceef commit 9bd86b2
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 7 deletions.
46 changes: 40 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion packages/bitcore-wallet-service/src/lib/chain/btc/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,6 @@ export class BtcChain implements IChain {
}

getEstimatedSize(txp) {

const overhead = 4 + 4 + 1 + 1; // version, locktime, ninputs, noutputs

// This assumed ALL inputs of the wallet are the same time
Expand Down

0 comments on commit 9bd86b2

Please sign in to comment.