Skip to content

Commit 5f83403

Browse files
committed
fix lint
1 parent b87cf57 commit 5f83403

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

share/shwap/p2p/shrex/server.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ func NewServer(params *ServerParams, host host.Host, store *store.Store, enabled
6565
srv.enabledProtocols = enabledProtocols
6666
}
6767

68-
initID := newInitID()
68+
initID := newRequestID()
6969
for _, protocolName := range enabledProtocols {
7070
id, ok := initID[protocolName]
7171
if !ok {

0 commit comments

Comments
 (0)