diff --git a/src/wallet/wallettool.cpp b/src/wallet/wallettool.cpp index a0645b8681..08d2b48137 100644 --- a/src/wallet/wallettool.cpp +++ b/src/wallet/wallettool.cpp @@ -256,6 +256,8 @@ bool ExecuteWalletToolFunc(const ArgsManager& args, const std::string& command) } return ret; } else if (command == "importfromcoldcard") { + tfm::format(std::cerr, "WARNING: The \"importfromcoldcard\" command is experimental and will likely be removed or changed incompatibly in a future version.\n"); + std::string filename = gArgs.GetArg("-dumpfile", ""); if (filename.empty()) { tfm::format(std::cerr, "To use importfromcoldcard, -dumpfile= must be provided.\n");