Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Liquidregtest chain missing txo error #147

Open
Jung0x12 opened this issue Mar 6, 2025 · 0 comments
Open

Liquidregtest chain missing txo error #147

Jung0x12 opened this issue Mar 6, 2025 · 0 comments

Comments

@Jung0x12
Copy link

Jung0x12 commented Mar 6, 2025

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.

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 } })

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

rm -rf ./db/liquidregtest

Run electrs

./target/release/electrs -vvvv \
    --network liquidregtest \
    --daemon-dir liquid-functionary-demo-configs/01/elements \
    --daemon-rpc-addr 127.0.0.1:12001 \
    --electrum-rpc-addr 127.0.0.1:50001 \
    --cookie lquser1:lqpass1 \
    --db-dir ./db \
    --jsonrpc-import

Error log

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 } })
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant