We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ad634c commit d86415dCopy full SHA for d86415d
withdrawal.go
@@ -55,7 +55,7 @@ func withdrawalTransaction(ctx context.Context, traceId, feeReceiverId string, f
55
Tag: tag,
56
}, {
57
Amount: feeAmount,
58
- MixAddress: NewUUIDMixAddress([]string{MixinFeeUserId}, 1),
+ MixAddress: NewUUIDMixAddress([]string{feeReceiverId}, 1),
59
}}
60
tx, err := SendTransaction(ctx, assetId, recipients, traceId, []byte(memo), nil, u)
61
if err != nil {
0 commit comments