diff --git a/node/src/lib.rs b/node/src/lib.rs index f6397dda8..7d724466b 100644 --- a/node/src/lib.rs +++ b/node/src/lib.rs @@ -296,7 +296,7 @@ impl Node { let work_dir_path = work_dir.path(); if !work_dir_path.exists() { - panic!("work dir does not exist"); + panic!("work dir doesn't exist"); } debug!("work_dir: {:?}", work_dir_path); diff --git a/types/contrib/test_vars.sh b/types/contrib/test_vars.sh index 88e2d26e1..68300077e 100644 --- a/types/contrib/test_vars.sh +++ b/types/contrib/test_vars.sh @@ -8,7 +8,7 @@ FEATURES_WITH_STD="" # Test all these features without "std" enabled. -FEATURES_WITHOUT_STD="" +FEATURES_WITH_STD="" # Run these examples. EXAMPLES="" diff --git a/verify/rpc-api-v19.txt b/verify/rpc-api-v19.txt index a427cb40d..64bbeade9 100644 --- a/verify/rpc-api-v19.txt +++ b/verify/rpc-api-v19.txt @@ -12,7 +12,7 @@ getchaintxstats ( nblocks "blockhash" ) getdifficulty getmempoolancestors "txid" ( verbose ) getmempooldescendants "txid" ( verbose ) -getmempoolentry "txid" +getmempoolentry "txidd" getmempoolinfo getrawmempool ( verbose ) gettxout "txid" n ( include_mempool )