Skip to content

Commit

Permalink
Merge pull request #34 from gobicycle/develop
Browse files Browse the repository at this point in the history
ton deposit LT fix
  • Loading branch information
gobicycle authored Jan 29, 2025
2 parents cdd013e + 613107e commit c21d084
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/block_scanner.go
Original file line number Diff line number Diff line change
Expand Up @@ -889,8 +889,8 @@ func (s *BlockScanner) processTonDepositWalletInternalInMsg(tx *tlb.Transaction)
}
if !isKnownSender { // income TONs from payer. exclude internal (hot->deposit, deposit->deposit) transfers.
events.ExternalIncomes = append(events.ExternalIncomes, ExternalIncome{
Lt: inMsg.CreatedLT,
Utime: inMsg.CreatedAt,
Lt: tx.LT,
Utime: tx.Now,
From: from.ToBytes(),
FromWorkchain: fromWorkchain,
To: dstAddr,
Expand Down

0 comments on commit c21d084

Please sign in to comment.