We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5917f47 commit ac2c46eCopy full SHA for ac2c46e
1 file changed
include/bitcoin/system/chain/tapscript.hpp
@@ -35,7 +35,7 @@ class BC_API tapscript
35
36
DEFAULT_COPY_MOVE_DESTRUCT(tapscript);
37
38
- inline static bool is_control(const data_chunk& control) NOEXCEPT;
+ static inline bool is_control(const data_chunk& control) NOEXCEPT;
39
40
inline tapscript(chunk_cptr&& control) NOEXCEPT;
41
inline tapscript(const chunk_cptr& control) NOEXCEPT;
0 commit comments