grin/src/bin/cmd
Yeastplume cd9a539288
Add 'recover' option to grin wallet init (#2330)
* Only update outputs with unconfirmed transactions outstanding

* add further check for Unspent output that have been spent to check_repair

* rename  to

* make updating all outputs optional API parameter. do full update before a wallet check, remove unspent->spent check from check process

* rustfmt

* typo

* add recover from phrase option to init

* rustfmt

* don't panic if recover is cancelled, grin-wallet.toml is created but wallet_data dir doesn't yet exits

* rustfmt
2019-01-10 12:06:12 +00:00
..
client.rs Convert to Rust 2018 edition (#2084) 2018-12-08 00:59:40 +01:00
config.rs Add 'recover' option to grin wallet init (#2330) 2019-01-10 12:06:12 +00:00
mod.rs Wallet command line tests (#2114) 2018-12-10 14:54:56 +00:00
server.rs Convert to Rust 2018 edition (#2084) 2018-12-08 00:59:40 +01:00
wallet.rs Add 'recover' option to grin wallet init (#2330) 2019-01-10 12:06:12 +00:00
wallet_args.rs Add 'recover' option to grin wallet init (#2330) 2019-01-10 12:06:12 +00:00
wallet_tests.rs Wallet - only update outputs with unconfirmed transactions outstanding (#2322) 2019-01-10 11:17:35 +00:00