lightninglabs / lightning-app

An easy-to-use cross-platform Lightning wallet
GNU General Public License v3.0
901 stars 172 forks source link

windows 10 : transaction not found #1328

Open shannashin2018 opened 4 years ago

shannashin2018 commented 4 years ago

Description

transaction not found during creation of a channel manually

Steps to reproduce the behavior

Expected behavior

it should create a channel

Actual behavior

but the transaction cannot be found and i tried to close it after a day or so and the second transaction is also missing

this is the channel opening tx https://blockstream.info/tx/3f1a9e676b24d498f07871646d56b46c7bea7b936dbde140b2d606dbd0bc3c7c

this is the the one i tried to close it https://blockstream.info/tx/d8167737d906e0a840d3c222271e26295283c4af377c29d67e6e39d286585437

Screenshot and/or logs if applicable

lnd.txt

shannashin2018 commented 4 years ago

tempsnip

shannashin2018 commented 4 years ago

2020-01-18 17:46:31.282 [INF] CNCT: Re-publishing closing tx(d8167737d906e0a840d3c222271e26295283c4af377c29d67e6e39d286585437) for channel 3f1a9e676b24d498f07871646d56b46c7bea7b936dbde140b2d606dbd0bc3c7c:1 2020-01-18 17:46:31.811 [INF] NTFN: New spend subscription: spend_id=13, outpoint=3f1a9e676b24d498f07871646d56b46c7bea7b936dbde140b2d606dbd0bc3c7c:1, height_hint=613404 2020-01-18 17:46:31.811 [INF] CNCT: Close observer for ChannelPoint(3f1a9e676b24d498f07871646d56b46c7bea7b936dbde140b2d606dbd0bc3c7c:1) active 2020-01-18 17:46:31.813 [INF] CNCT: ChannelArbitrator(3f1a9e676b24d498f07871646d56b46c7bea7b936dbde140b2d606dbd0bc3c7c:1): starting state=StateCommitmentBroadcasted [2020-01-18 17:46:31.813] [info] lnd: 2020-01-18 17:46:31.813 [INF] CNCT: ChannelArbitrator(3f1a9e676b24d498f07871646d56b46c7bea7b936dbde140b2d606dbd0bc3c7c:1): noop trigger chainTrigger [2020-01-18 17:46:32.572] [info] lnd: 2020-01-18 17:46:32.572 [INF] NTFN: New confirmation subscription: conf_id=1, txid=3f1a9e676b24d498f07871646d56b46c7bea7b936dbde140b2d606dbd0bc3c7c, num_confs=3 height_hint=613287 [2020-01-18 17:46:32.572] [info] lnd: 2020-01-18 17:46:32.572 [INF] FNDG: Waiting for funding tx (3f1a9e676b24d498f07871646d56b46c7bea7b936dbde140b2d606dbd0bc3c7c) to reach 3 confirmations these are the lines i can see abt the transaction not found channel creation and channel closing

keaniie commented 4 years ago

I'm having the exact same problem.

image