@@ -84,6 +84,9 @@ QT_TRANSLATE_NOOP("bitcoin-core", ""
84
84
" Error: Unable to produce descriptors for this legacy wallet. Make sure to "
85
85
" provide the wallet's passphrase if it is encrypted." ),
86
86
QT_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" , " "
87
90
" Failed to rename invalid peers.dat file. Please move or delete it and try "
88
91
" again." ),
89
92
QT_TRANSLATE_NOOP (" bitcoin-core" , " "
@@ -148,18 +151,11 @@ QT_TRANSLATE_NOOP("bitcoin-core", ""
148
151
" SQLiteDatabase: Unknown sqlite wallet schema version %d. Only version %d is "
149
152
" supported" ),
150
153
QT_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" , " "
154
154
" The block database contains a block which appears to be from the future. "
155
155
" This may be due to your computer's date and time being set incorrectly. Only "
156
156
" rebuild the block database if you are sure that your computer's date and "
157
157
" time are correct" ),
158
158
QT_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" , " "
163
159
" The inputs size exceeds the maximum weight. Please try sending a smaller "
164
160
" amount or manually consolidating your wallet's UTXOs" ),
165
161
QT_TRANSLATE_NOOP (" bitcoin-core" , " "
0 commit comments