Skip to content

Commit

Permalink
Update PayoutManager.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaolin1579 committed Nov 25, 2023
1 parent af11353 commit 48ae585
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/Miningcore/Payments/PayoutManager.cs
Original file line number Diff line number Diff line change
Expand Up @@ -140,8 +140,10 @@ private static CoinFamily HandleFamilyOverride(CoinFamily family, PoolConfig poo

if(equihashTemplate.UseBitcoinPayoutHandler)
return CoinFamily.Bitcoin;

break;

case CoinFamily.Progpow:
return CoinFamily.Bitcoin;
}

return family;
Expand Down

0 comments on commit 48ae585

Please sign in to comment.