(peerInfo string)
| 21 | } |
| 22 | |
| 23 | func MakeRpcProxy(peerInfo string) *WshRpcProxy { |
| 24 | return MakeRpcProxyWithSize(peerInfo, DefaultInputChSize, DefaultOutputChSize) |
| 25 | } |
| 26 | |
| 27 | func MakeRpcProxyWithSize(peerInfo string, inputChSize int, outputChSize int) *WshRpcProxy { |
| 28 | return &WshRpcProxy{ |
no test coverage detected