Rename their_to_self_delay as on_local_tx_csv
authorAntoine Riard <ariard@student.42.fr>
Thu, 30 Apr 2020 01:22:28 +0000 (21:22 -0400)
committerAntoine Riard <ariard@student.42.fr>
Tue, 12 May 2020 21:41:33 +0000 (17:41 -0400)
commit53884e3e55d0a205304c2e0e00a35185bd558a56
treea81970c4ea1cae17a8381ff5129af04457b23cc5
parentbfc44b669ffaf1cf78dd858996e0c314d1a699eb
Rename their_to_self_delay as on_local_tx_csv

on_remote_tx_csv is the CSV delay encumbering remote transactions
revokable outputs as required by local.

on_local_tx_csv is the CSV delay encumbering local transactions
revokable outputs as required by remote.

Local/remote is here defined from a code processing viewpoint,
process running this code is "local".
lightning/src/ln/channelmonitor.rs
lightning/src/ln/onchaintx.rs