@@ -110,9 +110,9 @@ BITCOIN_CORE_H = \
110
110
banman.h \
111
111
base58.h \
112
112
bech32.h \
113
- bloom.h \
114
113
blockencodings.h \
115
114
blockfilter.h \
115
+ bloom.h \
116
116
chain.h \
117
117
chainparams.h \
118
118
chainparamsbase.h \
@@ -133,6 +133,7 @@ BITCOIN_CORE_H = \
133
133
core_io.h \
134
134
core_memusage.h \
135
135
cuckoocache.h \
136
+ dbwrapper.h \
136
137
flatfile.h \
137
138
fs.h \
138
139
httprpc.h \
@@ -148,7 +149,6 @@ BITCOIN_CORE_H = \
148
149
interfaces/wallet.h \
149
150
key.h \
150
151
key_io.h \
151
- dbwrapper.h \
152
152
limitedmap.h \
153
153
logging.h \
154
154
logging/timer.h \
@@ -167,6 +167,7 @@ BITCOIN_CORE_H = \
167
167
node/context.h \
168
168
node/psbt.h \
169
169
node/transaction.h \
170
+ node/ui_interface.h \
170
171
node/utxo_snapshot.h \
171
172
noui.h \
172
173
optional.h \
@@ -206,13 +207,12 @@ BITCOIN_CORE_H = \
206
207
support/events.h \
207
208
support/lockedpool.h \
208
209
sync.h \
209
- threadsafety.h \
210
210
threadinterrupt.h \
211
+ threadsafety.h \
211
212
timedata.h \
212
213
torcontrol.h \
213
214
txdb.h \
214
215
txmempool.h \
215
- node/ui_interface.h \
216
216
undo.h \
217
217
util/asmap.h \
218
218
util/bip32.h \
@@ -221,16 +221,16 @@ BITCOIN_CORE_H = \
221
221
util/error.h \
222
222
util/fees.h \
223
223
util/golombrice.h \
224
- util/spanparsing.h \
225
- util/system.h \
226
224
util/macros.h \
227
225
util/memory.h \
228
226
util/message.h \
229
227
util/moneystr.h \
230
228
util/rbf.h \
231
229
util/ref.h \
232
230
util/settings.h \
231
+ util/spanparsing.h \
233
232
util/string.h \
233
+ util/system.h \
234
234
util/threadnames.h \
235
235
util/time.h \
236
236
util/translation.h \
@@ -241,9 +241,9 @@ BITCOIN_CORE_H = \
241
241
validationinterface.h \
242
242
versionbits.h \
243
243
versionbitsinfo.h \
244
- walletinitinterface.h \
245
244
wallet/bdb.h \
246
245
wallet/coincontrol.h \
246
+ wallet/coinselection.h \
247
247
wallet/context.h \
248
248
wallet/crypter.h \
249
249
wallet/db.h \
@@ -258,7 +258,7 @@ BITCOIN_CORE_H = \
258
258
wallet/walletdb.h \
259
259
wallet/wallettool.h \
260
260
wallet/walletutil.h \
261
- wallet/coinselection .h \
261
+ walletinitinterface .h \
262
262
warnings.h \
263
263
zmq/zmqabstractnotifier.h \
264
264
zmq/zmqconfig.h\
@@ -287,16 +287,16 @@ libbitcoin_server_a_SOURCES = \
287
287
blockfilter.cpp \
288
288
chain.cpp \
289
289
consensus/tx_verify.cpp \
290
+ dbwrapper.cpp \
290
291
flatfile.cpp \
291
292
httprpc.cpp \
292
293
httpserver.cpp \
293
294
index/base.cpp \
294
295
index/blockfilterindex.cpp \
295
296
index/txindex.cpp \
297
+ init.cpp \
296
298
interfaces/chain.cpp \
297
299
interfaces/node.cpp \
298
- init.cpp \
299
- dbwrapper.cpp \
300
300
miner.cpp \
301
301
net.cpp \
302
302
net_processing.cpp \
@@ -305,6 +305,7 @@ libbitcoin_server_a_SOURCES = \
305
305
node/context.cpp \
306
306
node/psbt.cpp \
307
307
node/transaction.cpp \
308
+ node/ui_interface.cpp \
308
309
noui.cpp \
309
310
policy/fees.cpp \
310
311
policy/rbf.cpp \
@@ -323,7 +324,6 @@ libbitcoin_server_a_SOURCES = \
323
324
torcontrol.cpp \
324
325
txdb.cpp \
325
326
txmempool.cpp \
326
- node/ui_interface.cpp \
327
327
validation.cpp \
328
328
validationinterface.cpp \
329
329
versionbits.cpp \
0 commit comments