Remove "no-std" feature checks
authorJeffrey Czyz <jkczyz@gmail.com>
Thu, 4 Jan 2024 16:30:51 +0000 (10:30 -0600)
committerJeffrey Czyz <jkczyz@gmail.com>
Tue, 16 Jan 2024 17:12:34 +0000 (11:12 -0600)
commit30c07021d965aab45dcf450b94522d4737eabf66
treeebe509032e8afa921ae31cb66fffbaef6cd8de23
parentb5783632482164dc53e9fb50ea52b66adf330001
Remove "no-std" feature checks

An upcoming rust-bitcoin release will remove the "no-std" feature.
Replace "no-std" in feature checks with "std", negating as needed. Using
a single feature flag makes the checks more consistent across modules.
lightning/src/ln/channelmanager.rs
lightning/src/ln/outbound_payment.rs
lightning/src/ln/payment_tests.rs
lightning/src/routing/gossip.rs
lightning/src/routing/router.rs
lightning/src/util/time.rs