Skip to content

Commit

Permalink
Update BitcoinJobManagerBase.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaolin1579 committed Jun 20, 2024
1 parent 249c4a3 commit 87abc65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Miningcore/Blockchain/Bitcoin/BitcoinJobManagerBase.cs
Original file line number Diff line number Diff line change
Expand Up @@ -540,7 +540,7 @@ protected virtual IDestination AddressToDestination(string address, BitcoinAddre
switch(addressType.Value)
{
case BitcoinAddressType.BechSegwit:
return BitcoinUtils.BechSegwitAddressToDestination(poolConfig.Address, network);
return BitcoinUtils.BechSegwitAddressToDestination(poolConfig.Address, network, extraPoolConfig?.BechPrefix);

case BitcoinAddressType.BCash:
return BitcoinUtils.BCashAddressToDestination(poolConfig.Address, network);
Expand Down

0 comments on commit 87abc65

Please sign in to comment.