--- Log opened Thu Feb 24 00:00:08 2022 02:09 -!- belcher [~belcher@user/belcher] has quit [Ping timeout: 250 seconds] 04:37 -!- belcher [~belcher@user/belcher] has joined #bitcoin-rust 04:48 -!- trev [~trev@user/trev] has joined #bitcoin-rust 05:50 -!- trev [~trev@user/trev] has quit [Remote host closed the connection] 05:50 -!- trev [~trev@user/trev] has joined #bitcoin-rust 07:25 -!- moufwash [~simon@econocare03.e.subnet.rcn.com] has joined #bitcoin-rust 07:26 < moufwash> my apologies im a complete irc noob as well. did anyone answer my question from yesterday? are there chat logs to look at? 07:27 -!- trev [~trev@user/trev] has quit [Quit: trev] 08:21 < andytoshi> moufwash: it looks like there are no logs here, and also nobody answered you 08:22 < andytoshi> what errors are you getting? 08:26 < moufwash> ould not find `rand` in `secp256k1` 08:28 < moufwash> and 08:28 < moufwash> let public_key = ecdsa::PublicKey::new(s.generate_keypair(&mut thread_rng()).1); 08:28 < moufwash> | ^^^^^^^^^^^^^^^^ method not found in `bitcoin::secp256k1::Secp256k1` 08:31 < andytoshi> moufwash: when you depend on `bitcoin` you should enable the `rand` feature 08:31 < andytoshi> i'm sorry, this is a bug in our documentation 08:31 < andytoshi> we should definitely make that clear in our example code 08:32 < moufwash> whats the rand feature and how do i enable it? sorry im very new to rust 08:35 < andytoshi> moufwash: in your Cargo.toml, when you do "bitcoin = "0.27"" or whatever 08:35 < andytoshi> you can instead write "bitcoin = { version = "0.27", features = [ "rand" ] }" 08:36 < andytoshi> which will enable functionality that requires the `rand` crate 08:39 < moufwash> that worked. thank you! 08:40 < andytoshi> no prob :) 14:34 -!- moufwash [~simon@econocare03.e.subnet.rcn.com] has quit [Remote host closed the connection] 16:21 -!- Jackielove4u [uid43977@user/jackielove4u] has quit [Quit: Connection closed for inactivity] 20:01 -!- greypw254 [~greypw2@grey.pw] has quit [Remote host closed the connection] 20:01 -!- greypw254 [~greypw2@grey.pw] has joined #bitcoin-rust 20:02 -!- greypw254 [~greypw2@grey.pw] has quit [Remote host closed the connection] 20:02 -!- greypw254 [~greypw2@grey.pw] has joined #bitcoin-rust 20:02 -!- greypw254 [~greypw2@grey.pw] has quit [Remote host closed the connection] 20:03 -!- greypw254 [~greypw2@grey.pw] has joined #bitcoin-rust 20:03 -!- greypw254 [~greypw2@grey.pw] has quit [Remote host closed the connection] 20:03 -!- greypw254 [~greypw2@grey.pw] has joined #bitcoin-rust 20:04 -!- greypw254 [~greypw2@grey.pw] has quit [Remote host closed the connection] 20:59 -!- trev [~trev@user/trev] has joined #bitcoin-rust 23:23 -!- trev [~trev@user/trev] has quit [Remote host closed the connection] --- Log closed Fri Feb 25 00:00:09 2022