Skip to content

Commit d86415d

Browse files
author
li
committed
Fix
1 parent 0ad634c commit d86415d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

withdrawal.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ func withdrawalTransaction(ctx context.Context, traceId, feeReceiverId string, f
5555
Tag: tag,
5656
}, {
5757
Amount: feeAmount,
58-
MixAddress: NewUUIDMixAddress([]string{MixinFeeUserId}, 1),
58+
MixAddress: NewUUIDMixAddress([]string{feeReceiverId}, 1),
5959
}}
6060
tx, err := SendTransaction(ctx, assetId, recipients, traceId, []byte(memo), nil, u)
6161
if err != nil {

0 commit comments

Comments
 (0)