17:46:26 hey, kind of weird noob question here but I am running monero-wallet-gui using default settings and I noticed that slightly older transactions are being pruned... how do I turn this off? 17:46:26 e.g. if I call monerod RPC /get_transactions on a recent tx it gives me the tx 'as_hex' but if I call a 3 week old transaction it only gives me pruned_as_hex and I can't get the full transaction as_hex 17:54:27 Delete chain, run monerod again without --prune-blockchain, let it sync. 17:55:09 thanks 17:55:15 Unless the GUI asks for pruned data in the first place. In that case... lemme check... 17:55:49 set the prune field to false in get_transactions. 17:55:54 https://matrix.monero.social/_matrix/media/v1/download/matrix.org/ldZXUkkrBUCeigyxlCjFMFlD 17:55:55 It defaults to false though. 17:56:37 If your chain file is about 150-200 GB, it's not pruned. If it's < 100 GB, it's pruned. Assuming it's fully synced. 17:57:19 screenshot to illustrate. I am fairly certain I never ran anything with prune-blockchain and I have unpruned recent txs. Yea it's like 70 GB 17:57:42 Maybe the GUI sets this automatically. 18:05:46 it asks you during initial setup if you want to prune 18:13:13 ah, no idea what I did years ago. Will just redownload. Thank you ser