Merge remote-tracking branch 'origin/master' into natsoni/federation-utxos-expiry

This commit is contained in:
natsoni
2024-02-29 14:59:41 +01:00
25 changed files with 236 additions and 285 deletions

View File

@@ -245,6 +245,8 @@ export class Common {
flags |= TransactionFlags.v1;
} else if (tx.version === 2) {
flags |= TransactionFlags.v2;
} else if (tx.version === 3) {
flags |= TransactionFlags.v3;
}
const reusedInputAddresses: { [address: string ]: number } = {};
const reusedOutputAddresses: { [address: string ]: number } = {};