Files
bitcoin/src/util
Sjors Provoost e36c4b76e1 util: reject out-of-range BIP32 keypath indices
ParseHDKeypath() parsed each path element with ToIntegral<uint32_t>, so
a bare decimal >= 2^31 (e.g. "m/2147483648" == 0x80000000) was silently
treated as "m/0h".

This commit rejects such overflow instead.
2026-08-07 14:44:17 +02:00
..
2026-06-11 21:32:46 +02:00
2026-04-30 20:42:12 +01:00