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
@@ -50,5 +50,5 @@ add_dependencies(gen_multisig
version)
set_property(TARGET gen_multisig
PROPERTY
OUTPUT_NAME "monero-gen-trusted-multisig")
OUTPUT_NAME "fulmo-gen-trusted-multisig")
install(TARGETS gen_multisig DESTINATION bin)