Skip to content

Commit

Permalink
Merge branch 'feat/spica' into handle-contracts
Browse files Browse the repository at this point in the history
  • Loading branch information
andreibancioiu committed Aug 26, 2024
2 parents 6808427 + d296280 commit 5d94513
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion server/services/constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,5 @@ var (
numTopicsOfEventESDTNFTAddQuantity = 3
numTopicsOfEventSCDeployBeforeSirius = 2
numTopicsOfEventClaimDeveloperRewards = 2
numTopicsOfEventTransferValueOnlyBeforeSirius = 3
numTopicsOfEventTransferValueOnlyAfterSirius = 2
)
1 change: 0 additions & 1 deletion server/services/transactionEventsController.go
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ func (controller *transactionEventsController) extractEventTransferValueOnly(tx
if typedEvent != nil {
typedEvents = append(typedEvents, typedEvent)
}

}

return typedEvents, nil
Expand Down

0 comments on commit 5d94513

Please sign in to comment.