mirror of
https://github.com/status-im/status-go.git
synced 2025-02-17 17:28:38 +00:00
Added handling of parseStatuOptionKeys() error
This commit is contained in:
parent
1858ad3ae2
commit
a44fb3c372
@ -146,7 +146,10 @@ func (o *statusOptions) DecodeRLP(s *rlp.Stream) error {
|
||||
return fmt.Errorf("expected an outer list: %v", err)
|
||||
}
|
||||
|
||||
o.parseStatusOptionKeys()
|
||||
err = o.parseStatusOptionKeys()
|
||||
if err != nil {
|
||||
return err
|
||||
}
|
||||
|
||||
v := reflect.ValueOf(o)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user