Skip to content

Commit

Permalink
Fix KIIRO payment issue using sendmany command using MinersPayTxFees
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaolin1579 committed Sep 18, 2024
1 parent f276bba commit 347b709
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Miningcore/Blockchain/Bitcoin/BitcoinPayoutHandler.cs
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ public virtual async Task PayoutAsync(IMiningPool pool, Balance[] balances, Canc
{
var subtractFeesFrom = amounts.Keys.ToArray();

if(!poolConfig.Template.As<BitcoinTemplate>().HasMasterNodes)
if(!poolConfig.Template.As<BitcoinTemplate>().HasMasterNodes || coin.Symbol == "KIIRO")
{
args = new object[]
{
Expand Down

0 comments on commit 347b709

Please sign in to comment.