mirror of
https://github.com/monero-project/monero-gui.git
synced 2026-04-03 14:47:26 -04:00
p2pool: add nano sidechain
This commit is contained in:
@@ -182,6 +182,10 @@ bool P2PoolManager::start(const QString &flags, const QString &address, const QS
|
||||
arguments << "--start-mining" << threads;
|
||||
}
|
||||
|
||||
if (chain == "nano") {
|
||||
arguments << "--nano";
|
||||
}
|
||||
|
||||
if (chain == "mini") {
|
||||
arguments << "--mini";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user