From b5899497eadf9a87b52a02d97c35c8421571f2b7 Mon Sep 17 00:00:00 2001 From: hailin Date: Thu, 15 Jan 2026 06:05:17 -0800 Subject: [PATCH] fix(mining-wallet-service): use SHARE_POOL_A instead of SHARE_POOL for mining rewards --- .../src/application/services/user-wallet.service.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/services/mining-wallet-service/src/application/services/user-wallet.service.ts b/backend/services/mining-wallet-service/src/application/services/user-wallet.service.ts index 43081e8d..8a1fe271 100644 --- a/backend/services/mining-wallet-service/src/application/services/user-wallet.service.ts +++ b/backend/services/mining-wallet-service/src/application/services/user-wallet.service.ts @@ -124,7 +124,7 @@ export class UserWalletService { { transactionType: 'MINING_REWARD', counterpartyType: 'POOL', - counterpartyPoolType: 'SHARE_POOL', + counterpartyPoolType: 'SHARE_POOL_A', referenceId: miningInfo.referenceId, referenceType: 'MINING_RECORD', memo,