rust-lightning/lightning-invoice/src
Jeffrey Czyz 16ad7f17a1
Remove RwLock from around NetworkGraph
Now that NetworkGraph uses interior mutability, the RwLock used around
it in NetGraphMsgHandler is no longer needed. This allows for shared
ownership without a lock.
2021-09-09 23:11:09 -05:00
..
de.rs [invoice] Ignore InvalidLength fields 2021-08-31 21:29:51 +00:00
lib.rs Require payment secrets when building and reading invoices 2021-08-31 21:29:51 +00:00
ser.rs Bump dependencies to bitcoin 0.27 and bech32 0.8 2021-07-31 18:29:07 +00:00
tb.rs Pure import of lightning-invoice crate 2021-04-09 10:08:27 -04:00
utils.rs Remove RwLock from around NetworkGraph 2021-09-09 23:11:09 -05:00