-
Notifications
You must be signed in to change notification settings - Fork 91
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added fee for OP_RETURN for x42. (#139)
- Loading branch information
1 parent
b83d16f
commit 80a668f
Showing
7 changed files
with
70 additions
and
331 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
9 changes: 9 additions & 0 deletions
9
src/Networks/x42/x42/Networks/Consensus/x42ConsensusErrors.cs
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
using Blockcore.Consensus; | ||
|
||
namespace x42.Networks.Consensus | ||
{ | ||
public static class x42ConsensusErrors | ||
{ | ||
public static ConsensusError InsufficientOpReturnFee => new ConsensusError("op-return-fee-insufficient", "The OP_RETURN fee is insufficient."); | ||
} | ||
} |
330 changes: 0 additions & 330 deletions
330
src/Networks/x42/x42/Networks/Consensus/x42PosBlockDefinition.cs
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.