Skip to content

Commit

Permalink
end
Browse files Browse the repository at this point in the history
  • Loading branch information
cjcchen committed Nov 9, 2023
1 parent fa0ba1f commit 04870ea
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion service/tools/utxo/wallet_tool/cpp/utxo_client_tools.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,6 @@ int main(int argc, char** argv) {

ResDBConfig config = GenerateResDBConfig(client_config_file);
config.SetClientTimeoutMs(100000);
printf("???\n");
UTXOClient client(config);
if (cmd == "transfer") {
Transfer(&client, transaction_id, address, ParseString(to_address), ParseValue(value), private_key,
Expand Down

0 comments on commit 04870ea

Please sign in to comment.