Remove mtproto pool

This commit is contained in:
9seconds
2018-07-02 15:44:52 +03:00
parent 5ea0c4f7bf
commit 6fa5f31ca8
10 changed files with 23 additions and 118 deletions
-6
View File
@@ -1,12 +1,6 @@
package rpc
import "bytes"
const (
RPCNonceSeqNo = -2
RPCHandshakeSeqNo = -1
)
type RPC interface {
Bytes() *bytes.Buffer
}