Fix rpc proxy request

This commit is contained in:
9seconds
2018-07-04 12:57:13 +03:00
parent 90c10519ee
commit a274493e3b
2 changed files with 18 additions and 26 deletions
-5
View File
@@ -4,8 +4,3 @@ const (
RPCNonceSeqNo = -2
RPCHandshakeSeqNo = -1
)
type Extras struct {
QuickAck bool
SimpleAck bool
}