Skip to content

Commit 0246be7

Browse files
committed
comments
1 parent d7adf93 commit 0246be7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rpc/v10/response_flags.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ func (r *SubscriptionTags) UnmarshalJSON(data []byte) error {
3838
return err
3939
}
4040

41-
r.IncludeProofFacts = false
41+
*r = SubscriptionTags{}
4242

4343
for _, flag := range flags {
4444
switch flag {

0 commit comments

Comments
 (0)