()
| 253 | use std::u64; |
| 254 | |
| 255 | fn test_peer_id() -> PublicKey { |
| 256 | "0279BE667EF9DCBBAC55A06295CE870B07029BFCDB2DCE28D959F2815B16F81798" |
| 257 | .parse() |
| 258 | .unwrap() |
| 259 | } |
| 260 | |
| 261 | fn test_scid() -> ShortChannelId { |
| 262 | ShortChannelId::from(123456789u64) |
no test coverage detected