I have updated my daemon to 0.17.1.1 and it threw some errors when it started:
2020-10-19 11:19:11.301 7ff01dcfc780 INFO logging contrib/epee/src/mlog.cpp:273 New log categories: *:WARNING,net:FATAL,net.http:FATAL,net.ssl:FATAL,net.p2p:FATAL,net.cn:FATAL,daemon.rpc:FATAL,global:INFO,verify:FATAL,serialization:FATAL,daemon.rpc.payment:ERROR,stacktrace:INFO,logging:INFO,msgwriter:INFO
2020-10-19 11:19:11.302 7ff01dcfc780 INFO global src/daemon/main.cpp:293 Monero 'Oxygen Orion' (v0.17.1.1-release)
2020-10-19 11:19:11.302 7ff01dcfc780 INFO msgwriter src/common/scoped_message_writer.h:102 Forking to background...
2020-10-19 11:19:11.304 7ff01dcfc780 WARNING daemon src/daemon/executor.cpp:61 Monero 'Oxygen Orion' (v0.17.1.1-release) Daemonised
2020-10-19 11:19:11.304 7ff01dcfc780 INFO global src/daemon/protocol.h:53 Initializing cryptonote protocol...
2020-10-19 11:19:11.304 7ff01dcfc780 INFO global src/daemon/protocol.h:58 Cryptonote protocol initialized OK
2020-10-19 11:19:11.305 7ff01dcfc780 INFO global src/daemon/core.h:63 Initializing core...
2020-10-19 11:19:11.305 7ff01dcfc780 INFO global src/cryptonote_core/cryptonote_core.cpp:515 Loading blockchain from folder /blabla/.bitmonero/lmdb ...
2020-10-19 11:19:11.876 7ff01dcfc780 ERROR txpool src/cryptonote_core/tx_pool.cpp:491 failed to find transaction input in key images. img=<cbc84653d98a3d94f87a53781170dfb2e651a734d01a593e456d3590a5476983>
2020-10-19 11:19:11.876 7ff01dcfc780 ERROR txpool src/cryptonote_core/tx_pool.cpp:491 transaction id = <1e35055758ad7e5953402ced23826708b7195f3d7ea6613dc2987851d3deb009>
2020-10-19 11:19:11.876 7ff01dcfc780 ERROR txpool src/cryptonote_core/tx_pool.cpp:491 failed to find transaction input in key images. img=<96f2994157218152d69c2e3a57f1ff835a851ddcb80aa60e42f008ec1d6b2990>
2020-10-19 11:19:11.876 7ff01dcfc780 ERROR txpool src/cryptonote_core/tx_pool.cpp:491 transaction id = <a18690fb22a57b02209bef9ef0ddbf2de1323133f368bcbfc7e375efc2d9920e>
2020-10-19 11:19:11.877 7ff01dcfc780 ERROR txpool src/cryptonote_core/tx_pool.cpp:491 failed to find transaction input in key images. img=<8fafeb4321a5f332f91153ba0b275b2558fb037b3ac5a84dcd828946c3c819c2>
2020-10-19 11:19:11.877 7ff01dcfc780 ERROR txpool src/cryptonote_core/tx_pool.cpp:491 transaction id = <2668d73c7b651851c8372d1079c2589ffc7b5130ed2574d6ada62a71c37d810f>
2020-10-19 11:19:11.877 7ff01dcfc780 ERROR txpool src/cryptonote_core/tx_pool.cpp:491 failed to find transaction input in key images. img=<92f9f5ee7536418fd945696c2ede870330beb780aeb38ad83669ac8e9cdd1a24>
2020-10-19 11:19:11.877 7ff01dcfc780 ERROR txpool src/cryptonote_core/tx_pool.cpp:491 transaction id = <0df766ab3943fd9c4d7b520d29cba67adbb635243dbcdb9837aed84f282f5f15>
2020-10-19 11:19:11.877 7ff01dcfc780 ERROR txpool src/cryptonote_core/tx_pool.cpp:491 failed to find transaction input in key images. img=<e95b4e3e06186442c06c8c5c00b5b2b471fc5f18e39ac4ae498dab08feeb03d5>
2020-10-19 11:19:11.877 7ff01dcfc780 ERROR txpool src/cryptonote_core/tx_pool.cpp:491 transaction id = <83bfb664c750a7a736cf59df88e14c407e345db1358ba359a29a6f7f1c7b2e16>
2020-10-19 11:19:11.878 7ff01dcfc780 ERROR txpool src/cryptonote_core/tx_pool.cpp:491 failed to find transaction input in key images. img=<f21ed774365ab27525de21b169de0ffd724efe71cd2444d69d5597635e7fc47f>
2020-10-19 11:19:11.878 7ff01dcfc780 ERROR txpool src/cryptonote_core/tx_pool.cpp:491 transaction id = <b655db9d253c601462a8bf65f04ea49c6fa3308696136f91670d167cb8a81530>
2020-10-19 11:19:11.878 7ff01dcfc780 ERROR txpool src/cryptonote_core/tx_pool.cpp:491 failed to find transaction input in key images. img=<e770f17f5d8393d47e6d0adb53803a9ba19be6c0b253eab3fcf2e7cc79939fa2>
2020-10-19 11:19:11.878 7ff01dcfc780 ERROR txpool src/cryptonote_core/tx_pool.cpp:491 transaction id = <adcf277aaed827bb3653de619243d90812b617a1385cf9e45e1bbd0dad28264e>
2020-10-19 11:19:11.878 7ff01dcfc780 ERROR txpool src/cryptonote_core/tx_pool.cpp:491 failed to find transaction input in key images. img=<fdc4bacad7da0a9eaa9c60e6c2e5d11fd1924b8a404b1bb755dcd135df093e77>
2020-10-19 11:19:11.878 7ff01dcfc780 ERROR txpool src/cryptonote_core/tx_pool.cpp:491 transaction id = <3a8c563771277c7804505d202c860cf4bcceb2134bd2b1eba48c61cdfd69bb59>
2020-10-19 11:19:11.879 7ff01dcfc780 ERROR txpool src/cryptonote_core/tx_pool.cpp:491 failed to find transaction input in key images. img=<994fb4f582020a5a227067b2ba8d07a756e0e593e92f4655f5bb59e118a63915>
2020-10-19 11:19:11.879 7ff01dcfc780 ERROR txpool src/cryptonote_core/tx_pool.cpp:491 transaction id = <aa59568de116ef706603eff6d12084c7340aca236dad4d8b6e2bb026ffe52563>
2020-10-19 11:19:11.879 7ff01dcfc780 ERROR txpool src/cryptonote_core/tx_pool.cpp:491 failed to find transaction input in key images. img=<f5961335c0b43732e43e46847a455fd24ebc9b9ff99e152c7204f0346c17a4a7>
2020-10-19 11:19:11.879 7ff01dcfc780 ERROR txpool src/cryptonote_core/tx_pool.cpp:491 transaction id = <153850f6115baeec2f0529dfc351d96de78b7349ea2836a9c6821a3b93fe4a65>
2020-10-19 11:19:11.880 7ff01dcfc780 ERROR txpool src/cryptonote_core/tx_pool.cpp:491 failed to find transaction input in key images. img=<84eda9824561192922999d8a529a95ad46f4dbfd03613d0bc1ab73a72370d662>
2020-10-19 11:19:11.880 7ff01dcfc780 ERROR txpool src/cryptonote_core/tx_pool.cpp:491 transaction id = <5ec19f53f392f0b28d99f28f07bfa36758cac0a1a291d4f6e85062a49d135065>
2020-10-19 11:19:11.880 7ff01dcfc780 ERROR txpool src/cryptonote_core/tx_pool.cpp:491 failed to find transaction input in key images. img=<887e5dc4cf350b637cbcc7040ee6cc18aae7b5222375a4bc16e842dc0d58e7d8>
2020-10-19 11:19:11.880 7ff01dcfc780 ERROR txpool src/cryptonote_core/tx_pool.cpp:491 transaction id = <f9ce819d6a5e2055dc8d1e5bc83f6a706e42fc60087423ccf986565866f6d06f>
2020-10-19 11:19:11.881 7ff01dcfc780 ERROR txpool src/cryptonote_core/tx_pool.cpp:491 failed to find transaction input in key images. img=<e7cd4fc28ff0149f19299ba2baacead95a31dca809530ec8bff18ed2f36719b0>
2020-10-19 11:19:11.881 7ff01dcfc780 ERROR txpool src/cryptonote_core/tx_pool.cpp:491 transaction id = <624419c9098a3f8eb30f256af70fb6d9b50cbee26d7166ca21f42e11be09977d>
2020-10-19 11:19:11.881 7ff01dcfc780 ERROR txpool src/cryptonote_core/tx_pool.cpp:491 failed to find transaction input in key images. img=<b95fed227c3fe6a92f2085bb438606ac10eb9b591ecec0ebd215518ead6c7f4d>
2020-10-19 11:19:11.882 7ff01dcfc780 ERROR txpool src/cryptonote_core/tx_pool.cpp:491 transaction id = <9a69b1d95241c75949141c9360f38f6f0e46cc36db314c9caba6b87014309b80>
2020-10-19 11:19:11.882 7ff01dcfc780 ERROR txpool src/cryptonote_core/tx_pool.cpp:491 failed to find transaction input in key images. img=<29d91127f3786987abcc687cacde2188c32accf3ebb0ff5ba03342bb46169f91>
2020-10-19 11:19:11.882 7ff01dcfc780 ERROR txpool src/cryptonote_core/tx_pool.cpp:491 transaction id = <410131349b720031c9cfcb5c540f23fc20b3201208752fbc5272a18ec47bba89>
2020-10-19 11:19:11.882 7ff01dcfc780 ERROR txpool src/cryptonote_core/tx_pool.cpp:491 failed to find transaction input in key images. img=<3db634a770ed7f712f4199432c4550a149677be97f5237d119440a6305b46e46>
2020-10-19 11:19:11.883 7ff01dcfc780 ERROR txpool src/cryptonote_core/tx_pool.cpp:491 transaction id = <54e005b8d92a2ef6ef2c593151739d1135ad44378cf2b9ea4919bb81492bcb8c>
2020-10-19 11:19:11.883 7ff01dcfc780 ERROR txpool src/cryptonote_core/tx_pool.cpp:491 failed to find transaction input in key images. img=<74d080453c561412d34423f8121d0306fd0495d03ea5b9eb9e4caa705d595c20>
2020-10-19 11:19:11.883 7ff01dcfc780 ERROR txpool src/cryptonote_core/tx_pool.cpp:491 transaction id = <3a4078722a683eea6c2cb636125f3bca95d4001200f96dd47b106a6c4154f38f>
2020-10-19 11:19:11.884 7ff01dcfc780 ERROR txpool src/cryptonote_core/tx_pool.cpp:491 failed to find transaction input in key images. img=<66c920e9e0e1e8fef99527d376a7b0e8cd03ff946e5afa3bae853aab614ac82d>
2020-10-19 11:19:11.884 7ff01dcfc780 ERROR txpool src/cryptonote_core/tx_pool.cpp:491 transaction id = <76b56b96b728d3f293e241f788db73acbf5e918978ba4679d5ede369976c7596>
2020-10-19 11:19:11.884 7ff01dcfc780 ERROR txpool src/cryptonote_core/tx_pool.cpp:491 failed to find transaction input in key images. img=<caff3a3a38984b4640aeda31ef9123547962b25f5db1a1536020f43271db0b0e>
2020-10-19 11:19:11.884 7ff01dcfc780 ERROR txpool src/cryptonote_core/tx_pool.cpp:491 transaction id = <893f6e0d795a27c6db58b5a69d2fb31fea8d28157cf46cba5c24414d05dac696>
2020-10-19 11:19:11.885 7ff01dcfc780 ERROR txpool src/cryptonote_core/tx_pool.cpp:491 failed to find transaction input in key images. img=<c1bb0007c10fe4ff41f1e61dbea45cb61a34d3a0feb2c3eb5ab1cc1d577f3fa6>
2020-10-19 11:19:11.885 7ff01dcfc780 ERROR txpool src/cryptonote_core/tx_pool.cpp:491 transaction id = <ddcc0807364303df384b1a6e7f44ea2bd0ec1fc880856cf1d074214935ca059b>
2020-10-19 11:19:11.885 7ff01dcfc780 ERROR txpool src/cryptonote_core/tx_pool.cpp:491 failed to find transaction input in key images. img=<c8cdf73e45447880695e5faa68891be63a709524b52968f8a8f9f3d14508a78c>
2020-10-19 11:19:11.885 7ff01dcfc780 ERROR txpool src/cryptonote_core/tx_pool.cpp:491 transaction id = <f84b47b331b5d0b4079a25e33aeeda423c108d82d5915cd61d9b31e9b86f569d>
2020-10-19 11:19:11.886 7ff01dcfc780 ERROR txpool src/cryptonote_core/tx_pool.cpp:491 failed to find transaction input in key images. img=<d753697fc86cbb7e378fc470f78b2d8886a681747d1bf2d4b537c7d576a3127f>
2020-10-19 11:19:11.886 7ff01dcfc780 ERROR txpool src/cryptonote_core/tx_pool.cpp:491 transaction id = <8a1d661a52244e1def32a46fd07704a926c4e9a3e7c97a89748e65267bb1efb5>
2020-10-19 11:19:11.886 7ff01dcfc780 ERROR txpool src/cryptonote_core/tx_pool.cpp:491 failed to find transaction input in key images. img=<927c7c911d0b232a6bf2231a09f48d7a0c7e30b41f5288646757bb5139a94144>
2020-10-19 11:19:11.886 7ff01dcfc780 ERROR txpool src/cryptonote_core/tx_pool.cpp:491 transaction id = <4b0bc4fd4ad04a2d7c9c77d8de077aafad4445d084730ed93f8fee89529dd0b8>
2020-10-19 11:19:11.887 7ff01dcfc780 ERROR txpool src/cryptonote_core/tx_pool.cpp:491 failed to find transaction input in key images. img=<2fc5d16a748506b321fcca91a09b665fe6f34b537ec2da921282e4d5a5614d91>
2020-10-19 11:19:11.887 7ff01dcfc780 ERROR txpool src/cryptonote_core/tx_pool.cpp:491 transaction id = <683de639f48936b47c0085c08e6dad1861e837442514c4512f236b4d8ee247c6>
2020-10-19 11:19:11.887 7ff01dcfc780 ERROR txpool src/cryptonote_core/tx_pool.cpp:491 failed to find transaction input in key images. img=<9bba07682c36178b36ce651335491f0f9a7c923ec405e06c115e91d9a1b785be>
2020-10-19 11:19:11.887 7ff01dcfc780 ERROR txpool src/cryptonote_core/tx_pool.cpp:491 transaction id = <50cc4fc01aa71aa421436979cef3767c0750c8ffc41c1d6442a80f4d95ec8cd5>
2020-10-19 11:19:11.887 7ff01dcfc780 ERROR txpool src/cryptonote_core/tx_pool.cpp:491 failed to find transaction input in key images. img=<b3a12ac923bb713ea3ba7f3f93773dd90a5ea4c62b5a96f311deaedcac1620c6>
2020-10-19 11:19:11.887 7ff01dcfc780 ERROR txpool src/cryptonote_core/tx_pool.cpp:491 transaction id = <1481d858bd26bf2d4063bffbedb9ad40830110a7dd9b742e0f97f271c79ac2d8>
2020-10-19 11:19:11.888 7ff01dcfc780 ERROR txpool src/cryptonote_core/tx_pool.cpp:491 failed to find transaction input in key images. img=<b04685adbfed890dc57a3bb36f2f43110824f6f66de15b3ce29644282e853df8>
2020-10-19 11:19:11.888 7ff01dcfc780 ERROR txpool src/cryptonote_core/tx_pool.cpp:491 transaction id = <d57f110defa6b23b5dfdf136781be5432bdfeff0a5ce4d619cf2eed4ccf790da>
2020-10-19 11:19:11.888 7ff01dcfc780 ERROR txpool src/cryptonote_core/tx_pool.cpp:491 failed to find transaction input in key images. img=<f25d71074d218c8173050b70f27c446ae015eb2e67478ec792fe879b388f11c7>
2020-10-19 11:19:11.888 7ff01dcfc780 ERROR txpool src/cryptonote_core/tx_pool.cpp:491 transaction id = <583f1eb6f63ed8d43834ad71e10cc9b74465946960f3f8b2f2d8c674b2d0c2e0>
2020-10-19 11:19:11.888 7ff01dcfc780 ERROR txpool src/cryptonote_core/tx_pool.cpp:491 failed to find transaction input in key images. img=<f8e483f17c7c69deebb77e7b675582756b3c973873a3343870e685bf6d2123cd>
2020-10-19 11:19:11.888 7ff01dcfc780 ERROR txpool src/cryptonote_core/tx_pool.cpp:491 transaction id = <ac509c110f856dfa28cef84c9a4a4dfbbf84a2217b1d882eebb7eb3cf45268e4>
2020-10-19 11:19:11.889 7ff01dcfc780 ERROR txpool src/cryptonote_core/tx_pool.cpp:491 failed to find transaction input in key images. img=<f1ec8877b10ee179c01eab44a9a0f21ce747d54c2a0ed418766bc4b683740e41>
2020-10-19 11:19:11.889 7ff01dcfc780 ERROR txpool src/cryptonote_core/tx_pool.cpp:491 transaction id = <bbdf0586c07f4ccc462205a06226c3d0e5cdf0b634d54711d38f19b034cf5cfe>
2020-10-19 11:19:12.320 7ff01dcfc780 INFO global src/cryptonote_core/cryptonote_core.cpp:690 Loading checkpoints
2020-10-19 11:19:12.320 7ff01dcfc780 INFO global src/daemon/core.h:73 Core initialized OK
2020-10-19 11:19:12.320 7ff01dcfc780 INFO global src/daemon/p2p.h:63 Initializing p2p server...
2020-10-19 11:19:12.740 7ff01dcfc780 INFO global src/daemon/p2p.h:68 p2p server initialized OK
2020-10-19 11:19:12.741 7ff01dcfc780 INFO global src/daemon/rpc.h:63 Initializing core RPC server...
2020-10-19 11:19:12.741 7ff01dcfc780 INFO global contrib/epee/include/net/http_server_impl_base.h:79 Binding on 0.0.0.0 (IPv4):18081
2020-10-19 11:19:13.293 7ff01dcfc780 INFO global src/daemon/rpc.h:69 core RPC server initialized OK on port: 18081
2020-10-19 11:19:13.294 7ff01dcfc780 INFO global src/daemon/rpc.h:74 Starting core RPC server...
2020-10-19 11:19:13.294 [SRV_MAIN] INFO global src/daemon/rpc.h:79 core RPC server started ok
2020-10-19 11:19:13.294 [SRV_MAIN] INFO global src/daemon/daemon.cpp:213 Public RPC port 18081 will be advertised to other peers over P2P
2020-10-19 11:19:13.294 [SRV_MAIN] INFO global src/daemon/p2p.h:78 Starting p2p net loop...
2020-10-19 11:19:14.295 [P2P1] INFO global src/cryptonote_core/cryptonote_core.cpp:1724
2020-10-19 11:19:14.295 [P2P1] INFO global src/cryptonote_core/cryptonote_core.cpp:1724 **********************************************************************
2020-10-19 11:19:14.295 [P2P1] INFO global src/cryptonote_core/cryptonote_core.cpp:1724 The daemon will start synchronizing with the network. This may take a long time to complete.
2020-10-19 11:19:14.295 [P2P1] INFO global src/cryptonote_core/cryptonote_core.cpp:1724
2020-10-19 11:19:14.295 [P2P1] INFO global src/cryptonote_core/cryptonote_core.cpp:1724 You can set the level of process detailization through "set_log <level|categories>" command,
2020-10-19 11:19:14.295 [P2P1] INFO global src/cryptonote_core/cryptonote_core.cpp:1724 where <level> is between 0 (no details) and 4 (very verbose), or custom category based levels (eg, *:WARNING).
2020-10-19 11:19:14.295 [P2P1] INFO global src/cryptonote_core/cryptonote_core.cpp:1724
2020-10-19 11:19:14.295 [P2P1] INFO global src/cryptonote_core/cryptonote_core.cpp:1724 Use the "help" command to see the list of available commands.
2020-10-19 11:19:14.295 [P2P1] INFO global src/cryptonote_core/cryptonote_core.cpp:1724 Use "help <command>" to see a command's documentation.
2020-10-19 11:19:14.295 [P2P1] INFO global src/cryptonote_core/cryptonote_core.cpp:1724 **********************************************************************
It then proceeded to sync with the network.
Do I have a corrupted blockchain file or something?