Skip to content

Commit

Permalink
Remove go generate comment
Browse files Browse the repository at this point in the history
  • Loading branch information
AnkushinDaniil committed Dec 2, 2024
1 parent 0e92093 commit ac9e228
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion p2p/starknet/handlers.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
//go:generate protoc --go_out=./ --proto_path=./ --go_opt=Mp2p/proto/transaction.proto=./spec --go_opt=Mp2p/proto/state.proto=./spec --go_opt=Mp2p/proto/snapshot.proto=./spec --go_opt=Mp2p/proto/receipt.proto=./spec --go_opt=Mp2p/proto/mempool.proto=./spec --go_opt=Mp2p/proto/event.proto=./spec --go_opt=Mp2p/proto/block.proto=./spec --go_opt=Mp2p/proto/common.proto=./spec p2p/proto/transaction.proto p2p/proto/state.proto p2p/proto/snapshot.proto p2p/proto/common.proto p2p/proto/block.proto p2p/proto/event.proto p2p/proto/receipt.proto
package starknet

import (
Expand Down

0 comments on commit ac9e228

Please sign in to comment.