We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d6611a4 commit cfe2df3Copy full SHA for cfe2df3
crates/pop-contracts/src/node.rs
@@ -142,6 +142,7 @@ pub async fn run_ink_node(
142
let mut command = Command::new(binary_path);
143
command.arg("-linfo,runtime::contracts=debug");
144
command.arg(format!("--rpc-port={}", port));
145
+ command.arg("--tmp");
146
if let Some(output) = output {
147
command.stdout(Stdio::from(output.try_clone()?));
148
command.stderr(Stdio::from(output.try_clone()?));
0 commit comments