fix(mining-wallet-service): use SHARE_POOL_A instead of SHARE_POOL for mining rewards
This commit is contained in:
parent
40869ef00f
commit
b5899497ea
|
|
@ -124,7 +124,7 @@ export class UserWalletService {
|
||||||
{
|
{
|
||||||
transactionType: 'MINING_REWARD',
|
transactionType: 'MINING_REWARD',
|
||||||
counterpartyType: 'POOL',
|
counterpartyType: 'POOL',
|
||||||
counterpartyPoolType: 'SHARE_POOL',
|
counterpartyPoolType: 'SHARE_POOL_A',
|
||||||
referenceId: miningInfo.referenceId,
|
referenceId: miningInfo.referenceId,
|
||||||
referenceType: 'MINING_RECORD',
|
referenceType: 'MINING_RECORD',
|
||||||
memo,
|
memo,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue