You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I set up Elements nodes and managed to use Blocksigner(Liquid Functionary) to automatically generate blocks with 2-of-2 signing.
However, when I tried to use Blockstream’s electrs to index the node’s data, I encountered some errors.
thread 'main' panicked at src/new_index/schema.rs:336:76:
called `Result::unwrap()` on an `Err` value: Error(Msg("missing txo [elements]bdb0a795c9b095d70ef1527d7ffd38aeedd3cd3acd3b04a566f018bd54318e90:0"), State { next_error: None, backtrace: InternalBacktrace { backtrace: None } })
thread 'main' panicked at src/new_index/schema.rs:336:76:
called `Result::unwrap()` on an `Err` value: Error(Msg("missing txo [elements]bdb0a795c9b095d70ef1527d7ffd38aeedd3cd3acd3b04a566f018bd54318e90:0"), State { next_error: None, backtrace: InternalBacktrace { backtrace: None } })
The text was updated successfully, but these errors were encountered:
Overview
I set up Elements nodes and managed to use Blocksigner(Liquid Functionary) to automatically generate blocks with 2-of-2 signing.
However, when I tried to use Blockstream’s electrs to index the node’s data, I encountered some errors.
Key Configs
This repo is what I use for this chain and issue happened:
https://github.com/Jung0x12/liquid-functionary-configs
I also create a address-info.conf file just for describe some address and key I use for.
Command
Remove DB first
Run electrs
Error log
The text was updated successfully, but these errors were encountered: