Skip to content

Commit e48856c

Browse files
committed
comments never hurt anyone
1 parent 29ac821 commit e48856c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

bpb/src/main.rs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,11 @@ fn generate_keypair(userid: String) -> Result<(), Error> {
105105
Ok(())
106106
}
107107

108+
// Does most of the initial setup
109+
// used for quite a few of the subcommands
110+
//
111+
// - Loads the config
112+
// - Gets the keypair from the keychain
108113
fn get_keypair() -> Result<KeyData, Error> {
109114
let config = Config::load()?;
110115
let service = config.service();

0 commit comments

Comments
 (0)