diff options
| author | tobtoht <tob@featherwallet.org> | 2026-04-22 20:32:57 +0000 |
|---|---|---|
| committer | tobtoht <tob@featherwallet.org> | 2026-04-22 20:32:57 +0000 |
| commit | 9d0c50fab5bd7373b636bca29611c78cf97f28d3 (patch) | |
| tree | 9588344eb939fd227206fe7829083a2d3b974c14 /src/blockchain_utilities/blockchain_import.cpp | |
| parent | b73668263df04a96c5bc812bbb5ca72f9b392a17 (diff) | |
| parent | 8a20fd2bc84d74917381fb50362b4d1a385256bd (diff) | |
| download | monzero-core-9d0c50fab5bd7373b636bca29611c78cf97f28d3.tar.gz monzero-core-9d0c50fab5bd7373b636bca29611c78cf97f28d3.tar.xz monzero-core-9d0c50fab5bd7373b636bca29611c78cf97f28d3.zip | |
Merge pull request #10444
8a20fd2 blockchain_utilities: fix --data-dir option (jeffro256)
Diffstat (limited to 'src/blockchain_utilities/blockchain_import.cpp')
| -rw-r--r-- | src/blockchain_utilities/blockchain_import.cpp | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/blockchain_utilities/blockchain_import.cpp b/src/blockchain_utilities/blockchain_import.cpp index 8a25e1da9..58e152e4d 100644 --- a/src/blockchain_utilities/blockchain_import.cpp +++ b/src/blockchain_utilities/blockchain_import.cpp @@ -668,13 +668,6 @@ int main(int argc, char* argv[]) } } - opt_testnet = command_line::get_arg(vm, cryptonote::arg_testnet_on); - opt_stagenet = command_line::get_arg(vm, cryptonote::arg_stagenet_on); - if (opt_testnet && opt_stagenet) - { - std::cerr << "Error: Can't specify more than one of --testnet and --stagenet" << ENDL; - return 1; - } m_config_folder = command_line::get_arg(vm, cryptonote::arg_data_dir); mlog_configure(mlog_get_default_log_path("monero-blockchain-import.log"), true); |
