rust-bitcoin-unsafe-fast/bitcoin/src/blockdata
Martin Habovstiak d83739a980 Clarify the intention of strange condition
It may not be obvious why the condition in `push_bytes` module checks
for negation of 16 and 32 bit architectures rather than 64 bit. This
adds a comment about it being conservative.
2023-02-20 19:40:19 +01:00
..
locktime Fix absolute lock time examples and tests 2023-02-15 13:58:50 +11:00
script Clarify the intention of strange condition 2023-02-20 19:40:19 +01:00
block.rs Add a newtype for script-pushable slice 2023-02-18 16:35:25 +01:00
constants.rs Add a newtype for script-pushable slice 2023-02-18 16:35:25 +01:00
fee_rate.rs Add `Weight` and `FeeRate` newtypes 2023-02-08 23:17:30 +01:00
mod.rs Add `Weight` and `FeeRate` newtypes 2023-02-08 23:17:30 +01:00
opcodes.rs 1514: fix formatting in opcodes, unify definition and display 2023-01-05 14:28:20 +05:30
transaction.rs Rename SchnorrSighashType to TapSighashType 2023-02-20 12:58:09 +11:00
weight.rs Add `Weight` and `FeeRate` newtypes 2023-02-08 23:17:30 +01:00
witness.rs Export the DisplayHex trait from within prelude 2023-01-10 09:56:41 +11:00