Bob Smith

Results 25 comments of Bob Smith

> But it looks like the "route" (sequence of hints) isn't really taken as an ordered information. They're just all collected into a list of additional edges that can be...

I'm actually witnessing different behavior than @lukegao209 where I create an asset invoice, and then often fail to self pay it with bitcoin. I outline my findings here: https://github.com/lightninglabs/taproot-assets/issues/1279 I...

@guggero > Does that mean you are setting an outgoing channel ID that corresponds to a BTC-only channel? If yes, then that's good. Yes. I log out the 3 channels...

Apologies, I should have prefixed the node lines, the 2 node's logs were combined in the gist. New logs with prefixes for each of the 2 nodes (`node1` and `node2`):...

using `lncli.WalletBalance(WalletBalanceRequest{Account: "imported"})` I get back 0 balance. Using `lnrpc .ListUnspent(ctx, &lnrpc.ListUnspentRequest{Account: "imported", MinConfs: 0})` I get 0 items in the returned `[]*Utxo`. Using `walletrpc.ListUnspent(ctx, &walletrpc.ListUnspentRequest{Account: "imported", MinConfs: 0})` I...