Skip to content

Commit

Permalink
is valid
Browse files Browse the repository at this point in the history
Signed-off-by: Ekaterina Pavlova <[email protected]>
  • Loading branch information
AliceInHunterland committed Dec 9, 2023
1 parent afca64f commit e057835
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pkg/neorpc/filters.go
Original file line number Diff line number Diff line change
Expand Up @@ -111,3 +111,8 @@ func (f *ExecutionFilter) Copy() *ExecutionFilter {
}
return res
}

func (f *ExecutionFilter) IsValid() {
// TODO: implement check have proper field types

}

0 comments on commit e057835

Please sign in to comment.