mirror of
https://github.com/mimblewimble/grin.git
synced 2025-01-21 19:41:08 +03:00
bf7c1fb44f
* add lock_height to Transaction and TxKernel, sign msg including both fee and lock_height in kernel * make the order of the fields in tx and kernel more consistent * rename to kernel_sig_msg * add test to cover adding timelocked tx to pool, where tx is invalid based on current height of the blockchain * add tests for adding timelocked txs to blocks (valid and otherwise)
4 lines
120 B
TOML
4 lines
120 B
TOML
hard_tabs = true
|
|
wrap_comments = true
|
|
comment_width = 120 # we have some long urls in comments
|
|
write_mode = "Overwrite"
|