pkt-cash / pktd

The PKT full node and wallet
https://pkt.cash/
ISC License
39 stars 27 forks source link

Fixed the wrong expected vsize value in one test #316

Closed aldebap closed 2 years ago

aldebap commented 2 years ago

The following things were added/changed:

. removing outputCount calculation from size.go because it's never used . debugging the code I realized that the broken tests was failing due to differences between the virtual size expected and the evaluated; . I kept the debug traces used during the debugging of the test code;