Remove VSize, can get from Transaction
This commit is contained in:
parent
139197e545
commit
14d10c74a5
4 changed files with 1 additions and 35 deletions
test
|
@ -154,11 +154,6 @@ describe(`Psbt`, () => {
|
|||
const f1 = psbt6.getFee()
|
||||
const f2 = psbt6.getFee()
|
||||
assert.strictEqual(f1, f2)
|
||||
|
||||
const psbt7 = Psbt.fromBase64(f.psbt)
|
||||
const vs1 = psbt7.getVSize()
|
||||
const vs2 = psbt7.getVSize()
|
||||
assert.strictEqual(vs1, vs2)
|
||||
})
|
||||
})
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue