Skip to content

Commit

Permalink
Fix processing CCD drop as shielded transfer
Browse files Browse the repository at this point in the history
  • Loading branch information
Radiokot committed Oct 14, 2024
1 parent 734ec0f commit 8b2e6eb
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -190,8 +190,7 @@ class AccountDetailsViewModel(application: Application) : AndroidViewModel(appli
submissionId,
TransactionStatus.RECEIVED,
TransactionOutcome.UNKNOWN,
TransactionType.TRANSFERTOPUBLIC, //Not really an outgoing public transfer,
//but amount is negative so it is listed as incoming positive
TransactionType.TRANSFER,
null,
0,
null
Expand Down

0 comments on commit 8b2e6eb

Please sign in to comment.