refactor: developer doc first

This commit is contained in:
yancy 2023-08-17 00:29:15 +02:00
parent 5496feb5c1
commit 7ec33d29eb
1 changed files with 1 additions and 1 deletions

View File

@ -615,8 +615,8 @@ impl cmp::Ord for Transaction {
}
impl Transaction {
/// Maximum transaction weight for Bitcoin Core 25.0.
// https://github.com/bitcoin/bitcoin/blob/44b05bf3fef2468783dcebf651654fdd30717e7e/src/policy/policy.h#L27
/// Maximum transaction weight for Bitcoin Core 25.0.
pub const MAX_STANDARD_WEIGHT: Weight = Weight::from_wu(400_000);
/// Computes a "normalized TXID" which does not include any signatures.