@@ -84,6 +84,9 @@ QT_TRANSLATE_NOOP("bitcoin-core", ""
8484" Error: Unable to produce descriptors for this legacy wallet. Make sure to "
8585" provide the wallet's passphrase if it is encrypted." ),
8686QT_TRANSLATE_NOOP (" bitcoin-core" , " "
87+ " Failed to calculate bump fees, because unconfirmed UTXOs depend on enormous "
88+ " cluster of unconfirmed transactions." ),
89+ QT_TRANSLATE_NOOP (" bitcoin-core" , " "
8790" Failed to rename invalid peers.dat file. Please move or delete it and try "
8891" again." ),
8992QT_TRANSLATE_NOOP (" bitcoin-core" , " "
@@ -148,18 +151,11 @@ QT_TRANSLATE_NOOP("bitcoin-core", ""
148151" SQLiteDatabase: Unknown sqlite wallet schema version %d. Only version %d is "
149152" supported" ),
150153QT_TRANSLATE_NOOP (" bitcoin-core" , " "
151- " The -txindex upgrade started by a previous version cannot be completed. "
152- " Restart with the previous version or run a full -reindex." ),
153- QT_TRANSLATE_NOOP (" bitcoin-core" , " "
154154" The block database contains a block which appears to be from the future. "
155155" This may be due to your computer's date and time being set incorrectly. Only "
156156" rebuild the block database if you are sure that your computer's date and "
157157" time are correct" ),
158158QT_TRANSLATE_NOOP (" bitcoin-core" , " "
159- " The block index db contains a legacy 'txindex'. To clear the occupied disk "
160- " space, run a full -reindex, otherwise ignore this error. This error message "
161- " will not be displayed again." ),
162- QT_TRANSLATE_NOOP (" bitcoin-core" , " "
163159" The inputs size exceeds the maximum weight. Please try sending a smaller "
164160" amount or manually consolidating your wallet's UTXOs" ),
165161QT_TRANSLATE_NOOP (" bitcoin-core" , " "
0 commit comments