Skip to content

Commit

Permalink
Update BitcoinJob.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaolin1579 committed Nov 25, 2024
1 parent ee48e4c commit 491e5ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Miningcore/Blockchain/Bitcoin/BitcoinJob.cs
Original file line number Diff line number Diff line change
Expand Up @@ -945,7 +945,7 @@ public void Init(BlockTemplate blockTemplate, string jobId,
{
founderParameters = BlockTemplate.Extra.SafeExtensionDataAs<FounderBlockTemplateExtra>();

if(coin.Symbol == "FTB")
if(coin.Symbol == "FTB")
{
if(founderParameters.Extra?.ContainsKey("fortune") == true)
{
Expand Down

0 comments on commit 491e5ff

Please sign in to comment.