MutinyWallet / mutiny-node

SDK behind Mutiny Wallet
https://mutinywallet.com
MIT License
187 stars 36 forks source link

Channel persistance error #463

Open TonyGiorgio opened 1 year ago

TonyGiorgio commented 1 year ago

When refreshing the browser window when I already had a channel, I got this error:

INFO mutiny-core/src/logging.rs:27
2023-05-04 17:56:33.541 INFO  [lightning::chain::chainmonitor:672] Persistence of new ChannelMonitor for channel 3b12cdc7b5568df5822bf9bb28636b696f4f3cc36c5e2a747bd1181a54108d87 completed
[mutiny_wasm.js:2378:17](http://localhost:3420/@fs/data/Dev/Mutiny/mutiny-node/mutiny-wasm/pkg/mutiny_wasm.js)
INFO mutiny-core/src/logging.rs:27
2023-05-04 17:56:33.544 INFO  [lightning::chain::chainmonitor:672] Persistence of new ChannelMonitor for channel 3b7f68ee28cd348756ae7cfa2d571af05faa325b7c527a8b6b61de80eb33cddc completed
[mutiny_wasm.js:2378:17](http://localhost:3420/@fs/data/Dev/Mutiny/mutiny-node/mutiny-wasm/pkg/mutiny_wasm.js)
INFO mutiny-core/src/logging.rs:27
2023-05-04 17:56:33.548 INFO  [lightning::chain::chainmonitor:672] Persistence of new ChannelMonitor for channel 59af7e2297e0df696a017a71ad4dc8a720f14f96ea0a44596997d3c4d91a5379 completed
[mutiny_wasm.js:2378:17](http://localhost:3420/@fs/data/Dev/Mutiny/mutiny-node/mutiny-wasm/pkg/mutiny_wasm.js)
ERROR mutiny-core/src/logging.rs:29
2023-05-04 17:56:33.549 ERROR [lightning::chain::chainmonitor:653] Failed to add new channel data: channel monitor for given outpoint is already present
[mutiny_wasm.js:2375:17](http://localhost:3420/@fs/data/Dev/Mutiny/mutiny-node/mutiny-wasm/pkg/mutiny_wasm.js)
ERROR mutiny-core/src/logging.rs:29
2023-05-04 17:56:33.550 ERROR [lightning::chain::chainmonitor:653] Failed to add new channel data: channel monitor for given outpoint is already present

Nothing seems wrong though, Just don't know why it tried to persist 3 times (2 of which produced the failure)

benthecarman commented 1 year ago

Haven't seen this and VSS should fix? Good to close?