Skip to content

Commit cfe2df3

Browse files
authored
refactor: spawn ink-node with --tmp file (#715)
1 parent d6611a4 commit cfe2df3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

crates/pop-contracts/src/node.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,7 @@ pub async fn run_ink_node(
142142
let mut command = Command::new(binary_path);
143143
command.arg("-linfo,runtime::contracts=debug");
144144
command.arg(format!("--rpc-port={}", port));
145+
command.arg("--tmp");
145146
if let Some(output) = output {
146147
command.stdout(Stdio::from(output.try_clone()?));
147148
command.stderr(Stdio::from(output.try_clone()?));

0 commit comments

Comments
 (0)