0
I set up my first bitcoin node and I'm a little confused with it.
So, I am trying to setup a pruned node - which from my understanding is very useful if you just need your application to verify transaction/read blocks/lookup TXIDs.
I added:
prune=550
to my bitcoin.conf, and started up daemon again.
However, I am now confused. I ran bitcoin-cli getinfo and got this:

It seems like it is still downloading the entire blockchain, and its downloading oldest blocks to newest.
Did I do something wrong? Isn't the point of pruning just to download recent blocks to verify transactions? Please someone fill me in...
How does it verify old transactions though if it deletes old blocks? – 2523454 – 2018-02-04T20:36:33.160
2It verifies them and then deletes them – MeshCollider – 2018-02-04T20:37:08.577