-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor(
TransactionDetails
): Add and use nop-tx constructor
Nop transactions ("nop-tx"s) have no effect on balances: they have zero inputs, zero outputs, no coinbase, and zero fee. They are useful for setting the merge-bit when the mempool is empty, so that a block-transaction can be mined. Co-authored-by: Alan Szepieniec <[email protected]>
- Loading branch information
1 parent
763f4ce
commit 5faac40
Showing
2 changed files
with
23 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters