![]() |
Bitcoin Core
27.1.0
P2P Digital Currency
|
#include <test/fuzz/util/descriptor.h>Go to the source code of this file.
Functions | |
| bool | HasDeepDerivPath (const FuzzBufferType &buff, const int max_depth) |
| Whether the buffer, if it represents a valid descriptor, contains a derivation path deeper than a given maximum depth. More... | |
| bool HasDeepDerivPath | ( | const FuzzBufferType & | buff, |
| const int | max_depth = MAX_DEPTH |
||
| ) |
Whether the buffer, if it represents a valid descriptor, contains a derivation path deeper than a given maximum depth.
Note this may also be hit for deriv paths in origins.
Definition at line 74 of file descriptor.cpp.
1.8.14