--- Log opened Mon May 16 00:00:25 2022 02:05 -!- z9z0b3t1_ [z9z0b3t1c@gateway/vpn/protonvpn/z9z0b3t1c] has joined #coinswap 02:09 -!- z9z0b3t1c [z9z0b3t1c@gateway/vpn/protonvpn/z9z0b3t1c] has quit [Ping timeout: 256 seconds] 03:31 < belcher> z9z0b3t1_ perhaps build in release mode, as in `cargo run --release -- --wallet-file-name=....` 03:31 < belcher> by default cargo uses debug mode which is slower 03:34 < belcher> not sure why the balance is zero, you could run `bitcoin-cli listunspent` to see if your deposit transaction appears in bitcoind's wallet? 05:35 < z9z0b3t1_> ./bitcoin-cli -rpcwallet=teleport listunspent comes back with a ton of txids 05:40 < z9z0b3t1_> adding some println! statements into wallet_sync.rs - the time is being spent in the rpc.list_unspent call around line 1080 06:01 < z9z0b3t1_> that line has a ? at the end of it. I would like to decompose that ? into a Option match, but because an iter is chained right after, my rust isn't yet good enough to do that :) 06:02 < z9z0b3t1_> the utxos_incl_fbonds returned from that method back in lib.rs is [] 06:08 < z9z0b3t1_> oh, I think the ? would simply bubble up an error to the return value of the method 06:29 -!- z9z0b3t1c [z9z0b3t1c@gateway/vpn/protonvpn/z9z0b3t1c] has joined #coinswap 06:32 -!- z9z0b3t1_ [z9z0b3t1c@gateway/vpn/protonvpn/z9z0b3t1c] has quit [Ping timeout: 256 seconds] 10:46 -!- z9z0b3t1_ [z9z0b3t1c@gateway/vpn/protonvpn/z9z0b3t1c] has joined #coinswap 10:49 -!- z9z0b3t1c [z9z0b3t1c@gateway/vpn/protonvpn/z9z0b3t1c] has quit [Ping timeout: 256 seconds] 14:47 -!- samythemany11114 [~samythema@gateway/tor-sasl/samythemany] has joined #coinswap 14:50 -!- samythemany11110 [~samythema@gateway/tor-sasl/samythemany] has quit [Ping timeout: 240 seconds] 14:51 -!- samythemany11114 [~samythema@gateway/tor-sasl/samythemany] has quit [Ping timeout: 240 seconds] 14:56 -!- z9z0b3t1c [z9z0b3t1c@gateway/vpn/protonvpn/z9z0b3t1c] has joined #coinswap 14:59 -!- z9z0b3t1_ [z9z0b3t1c@gateway/vpn/protonvpn/z9z0b3t1c] has quit [Ping timeout: 256 seconds] 19:03 -!- z9z0b3t1_ [z9z0b3t1c@gateway/vpn/protonvpn/z9z0b3t1c] has joined #coinswap 19:06 -!- z9z0b3t1c [z9z0b3t1c@gateway/vpn/protonvpn/z9z0b3t1c] has quit [Ping timeout: 246 seconds] 23:16 -!- z9z0b3t1c [z9z0b3t1c@gateway/vpn/protonvpn/z9z0b3t1c] has joined #coinswap 23:19 -!- z9z0b3t1_ [z9z0b3t1c@gateway/vpn/protonvpn/z9z0b3t1c] has quit [Ping timeout: 250 seconds] --- Log closed Tue May 17 00:00:26 2022