bitcoindevkit / bdk-cli

A CLI wallet library and REPL tool to demo and test the BDK library
Other
108 stars 64 forks source link

Added validate_domain Electrum option #151

Open anmode opened 1 year ago

anmode commented 1 year ago

Description

fixes #134

Notes to the reviewers

Changelog notice

Checklists

All Submissions:

New Features:

Bugfixes:

anmode commented 1 year ago

Sorry! Now after testing I pushed. I Hope all check to pass.

notmandatory commented 1 year ago

Hi, thanks for adding a validate_domain option, can you make it a flag instead of something that takes a true or false value? See here: https://docs.rs/clap/latest/clap/_derive/_tutorial/index.html#flags

anmode commented 1 year ago

Ohh okay!! I tried!.

anmode commented 1 year ago

Sorry, Actually, i am new so didn't know about what testing commands are. As I did cargo fmt , cargo clippy, and cargo test. All goes well. I see in github action workflow cargo test --no-default-features --features repl,electrum. Ok I'll make changes and push soon!