Skip to content

Commit ea5ad01

Browse files
authored
chore: add txindex flag (#631)
1 parent 9db3923 commit ea5ad01

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

crates/utils/src/bitcoin_core.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -200,6 +200,7 @@ impl BitcoinCore {
200200

201201
cmd.arg(format!("-rpcuser={BITCOIN_RPC_USER}"));
202202
cmd.arg(format!("-rpcpassword={BITCOIN_RPC_PASSWORD}"));
203+
cmd.arg("-txindex");
203204

204205
cmd.args(self.args);
205206

0 commit comments

Comments
 (0)