MarcoFalke
cccc2784a3
scripted-diff: Move ui_interface to the node lib
-BEGIN VERIFY SCRIPT-
# Move files
git mv src/ui_interface.h src/node/ui_interface.h
git mv src/ui_interface.cpp src/node/ui_interface.cpp
sed -i -e 's/BITCOIN_UI_INTERFACE_H/BITCOIN_NODE_UI_INTERFACE_H/g' src/node/ui_interface.h
# Adjust includes and makefile
sed -i -e 's|ui_interface|node/ui_interface|g' $(git grep -l ui_interface)
# Sort includes
git diff -U0 | clang-format-diff -p1 -i -v
-END VERIFY SCRIPT-
2020-06-27 11:49:28 -04:00
..
2020-06-27 11:49:28 -04:00
2020-04-16 13:33:09 -04:00
2020-05-21 19:34:29 +02:00
2020-05-22 11:59:58 -04:00
2020-06-27 11:49:28 -04:00
2018-06-04 19:22:30 -07:00