mirror of
https://github.com/mimblewimble/grin.git
synced 2025-02-01 17:01:09 +03:00
mismatch between the test dir used and the test dir cleaned up... (#3133)
This commit is contained in:
parent
04e7d307ce
commit
32609fc542
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ fn test_coinbase_maturity() {
|
|||
|
||||
{
|
||||
let chain = chain::Chain::init(
|
||||
".grin".to_string(),
|
||||
chain_dir.to_string(),
|
||||
Arc::new(NoopAdapter {}),
|
||||
genesis_block,
|
||||
pow::verify_size,
|
||||
|
|
Loading…
Reference in a new issue