Skip to content

Commit

Permalink
add I2PStreamSession to helper
Browse files Browse the repository at this point in the history
  • Loading branch information
eyedeekay committed Nov 22, 2020
1 parent a2f2e67 commit f464873
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helper/helper.go
Original file line number Diff line number Diff line change
Expand Up @@ -93,5 +93,5 @@ func I2PStreamSession(name, samaddr, keyspath string) (*sam3.StreamSession, erro
keys = &tkeys
}
stream, err := sam.NewStreamSession(name, *keys, sam3.Options_Medium)
return stream, error
return stream, err
}

0 comments on commit f464873

Please sign in to comment.