Skip to content

Commit 1d15b89

Browse files
committed
fix WASM tests
Signed-off-by: Onur Özkan <[email protected]>
1 parent e6088cb commit 1d15b89

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

mm2src/coins/eth/eth_wasm_tests.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@ async fn init_eth_coin_helper() -> Result<(MmArc, MmCoinEnum), String> {
2828
},
2929
"rpcport": 80,
3030
"mm2": 1,
31-
"max_eth_tx_type": 2
31+
"max_eth_tx_type": 2,
32+
"passphrase": "spice describe gravity federal blast come thank unfair canal monkey style afraid",
3233
}]
3334
});
3435

0 commit comments

Comments
 (0)