Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion node/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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);

Expand Down
2 changes: 1 addition & 1 deletion types/contrib/test_vars.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
FEATURES_WITH_STD=""

# Test all these features without "std" enabled.
FEATURES_WITHOUT_STD=""
FEATURES_WITH_STD=""

# Run these examples.
EXAMPLES=""
2 changes: 1 addition & 1 deletion verify/rpc-api-v19.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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 )
Expand Down