Skip to content

Commit 3e34633

Browse files
committed
Airdrop payment intent is not a withdrawal
1 parent 5b7c2f0 commit 3e34633

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/code/server/transaction/airdrop.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@ func (s *transactionServer) airdrop(ctx context.Context, intentId string, owner
272272
NativeAmount: coreMintAmount,
273273
UsdMarketValue: usdRateRecord.Rate * coreMintAmount,
274274

275-
IsWithdrawal: true,
275+
IsWithdrawal: false,
276276
},
277277

278278
InitiatorOwnerAccount: s.airdropper.VaultOwner.PublicKey().ToBase58(),

0 commit comments

Comments
 (0)