Skip to content

Commit

Permalink
Merge pull request #2475 from fluidity-money/develop-spooler-sender-c…
Browse files Browse the repository at this point in the history
…ategory

correctly set the category for senders in pending transactions
  • Loading branch information
af-afk authored Jan 2, 2024
2 parents 37a55fd + 0a61936 commit c2b769a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/databases/timescale/spooler/spooler.go
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ func CreatePendingWinners(winner worker.EthereumWinnerAnnouncement, tokenDetails

// create the sender
pendingWinners = append(pendingWinners, PendingWinner{
Category: fluidTokenShortName,
TokenDetails: details,
TransactionHash: hash,
SenderAddress: senderAddress,
Expand Down

0 comments on commit c2b769a

Please sign in to comment.