added the initial framework for the Fulmo-specific commands in the CLI wallet; more branding / renaming work

This commit is contained in:
Some Random Crypto Guy
2023-09-14 11:55:29 +01:00
parent 08539345d2
commit d186cf95c1
8 changed files with 139 additions and 17 deletions
+1 -1
View File
@@ -71,5 +71,5 @@ target_link_libraries(daemon
${Blocks})
set_property(TARGET daemon
PROPERTY
OUTPUT_NAME "elbowd")
OUTPUT_NAME "fulmod")
install(TARGETS daemon DESTINATION bin)