Skip to content

Commit 62a7ad6

Browse files
committed
fix: wrong value for improv error
1 parent 70931a7 commit 62a7ad6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

improv/improv.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ const (
4747
ERROR_UNKNOWN_RPC
4848
ERROR_UNABLE_TO_CONNECT
4949
ERROR_NOT_AUTHORIZED
50-
ERROR_UNKNOWN
50+
ERROR_UNKNOWN = 0xFF
5151
)
5252

5353
type Improv struct {

0 commit comments

Comments
 (0)