Anyone knows why Bitcoin Core v24.01's bitcoin-qt generates a binary psbt file when hitting the "Create Unsigned transaction" button, but then cannot open that same psbt file from the menu because it should be in base64?
I know how to convert binary into base64 and can do it with cli, but it's a hack. Core should produce a psbt file that it then can read 🤔