Skip to content

Commit 53f19f7

Browse files
author
Jeff Yanta
committed
Ensure remote send flag is set for public payment intent records in SubmitIntent
1 parent 05d2132 commit 53f19f7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkg/code/server/transaction/intent_handler.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -310,6 +310,7 @@ func (h *SendPublicPaymentIntentHandler) PopulateMetadata(ctx context.Context, i
310310
UsdMarketValue: usdExchangeRecord.Rate * float64(exchangeData.Quarks) / float64(common.CoreMintQuarksPerUnit),
311311

312312
IsWithdrawal: typedProtoMetadata.IsWithdrawal,
313+
IsRemoteSend: typedProtoMetadata.IsRemoteSend,
313314
}
314315

315316
if destinationAccountInfo != nil {

0 commit comments

Comments
 (0)