We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 191acb4 commit e5372dfCopy full SHA for e5372df
Src/Autarkysoft.Bitcoin/Blockchain/Blocks/Block.cs
@@ -80,7 +80,7 @@ public int Weight
80
/// <inheritdoc/>
81
public BlockHeader Header { get; set; }
82
83
- private ITransaction[] _txs = new ITransaction[0];
+ private ITransaction[] _txs = Array.Empty<ITransaction>();
84
85
/// <exception cref="ArgumentNullException"/>
86
public ITransaction[] TransactionList
0 commit comments