You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix check-deps.sh to check for weak symbols so it can detect when an exported
template function like TryParseHex is used from another library.
Also add suppression because consensus library is currently using the
TryParseHex function from util, when the consensus library is not supposed to
depend on the util library.
Problem was reported by Hennadii Stepanov in
#29015 (comment)
0 commit comments