Skip to content

Commit

Permalink
Calc MAX_TXBODY_SIZE (#1052)
Browse files Browse the repository at this point in the history
  • Loading branch information
kpp authored Aug 28, 2024
1 parent 4126c9c commit 146d7bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/bitcoin-da/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ pub mod verifier;
const REVEAL_OUTPUT_AMOUNT: u64 = 546;

#[cfg(feature = "native")]
const MAX_TXBODY_SIZE: usize = 390000; // TODO: make better calculation for this value
const MAX_TXBODY_SIZE: usize = 397000;

0 comments on commit 146d7bf

Please sign in to comment.