Skip to content

Commit

Permalink
Update data carriersize to match with ord (#3506)
Browse files Browse the repository at this point in the history
  • Loading branch information
twosatsmaxi committed Apr 11, 2024
1 parent f6657f1 commit b5b7bbe
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/subcommand/env.rs
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,8 @@ impl Env {
fs::write(
absolute.join("bitcoin.conf"),
format!(
"regtest=1
"datacarriersize=1000000
regtest=1
datadir={absolute_str}
listen=0
txindex=1
Expand Down

0 comments on commit b5b7bbe

Please sign in to comment.