Don't attempt running tests on the verify-chain binary

Adds a minimum XMR fee to the processor and runs fmt.
This commit is contained in:
Luke Parker
2024-07-06 21:36:43 -04:00
parent c521bbb012
commit 1bfd7d9ba6
3 changed files with 3 additions and 12 deletions

View File

@@ -69,14 +69,7 @@ CMD ["/run.sh"]
}
pub fn monero(orchestration_path: &Path, network: Network) {
monero_internal(
network,
Os::Debian,
orchestration_path,
"monero",
"monerod",
"18080 18081",
)
monero_internal(network, Os::Debian, orchestration_path, "monero", "monerod", "18080 18081")
}
pub fn monero_wallet_rpc(orchestration_path: &Path) {