We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d7adf93 commit 0246be7Copy full SHA for 0246be7
rpc/v10/response_flags.go
@@ -38,7 +38,7 @@ func (r *SubscriptionTags) UnmarshalJSON(data []byte) error {
38
return err
39
}
40
41
- r.IncludeProofFacts = false
+ *r = SubscriptionTags{}
42
43
for _, flag := range flags {
44
switch flag {
0 commit comments