mirror of
https://github.com/arnaucube/hermez-node.git
synced 2026-02-07 11:26:44 +01:00
Remove nolints
This commit is contained in:
@@ -168,7 +168,7 @@ type AuctionEventHEZClaimed struct {
|
||||
}
|
||||
|
||||
// AuctionEvents is the list of events in a block of the Auction Smart Contract
|
||||
type AuctionEvents struct { //nolint:structcheck
|
||||
type AuctionEvents struct {
|
||||
NewBid []AuctionEventNewBid
|
||||
NewSlotDeadline []AuctionEventNewSlotDeadline
|
||||
NewClosedAuctionSlots []AuctionEventNewClosedAuctionSlots
|
||||
|
||||
Reference in New Issue
Block a user