i was working on creating a P2SH from a P2WSH to ensure backward compatibility. After generating the P2SH, i needed to encode it in Base58 to get the official address.
made a silly mistake by encoding it directly to Base58 instead of first computing the double SHA-256 checksum.
thankfully, this is all just for testing!