Skip to content

Commit 95bda6d

Browse files
chris124567ChrisSchinnerl
authored andcommitted
camel case SearchTypeV2Contract
1 parent cec4c9b commit 95bda6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

explorer/types.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ const (
9999
// SearchTypeContract means we found a contract with the given ID.
100100
SearchTypeContract SearchType = "contract"
101101
// SearchTypeV2Contract means we found a V2 contract with the given ID.
102-
SearchTypeV2Contract SearchType = "v2contract"
102+
SearchTypeV2Contract SearchType = "v2Contract"
103103
// SearchTypeHost means we found a host with the given pubkey.
104104
SearchTypeHost SearchType = "host"
105105
)

0 commit comments

Comments
 (0)