MCPcopy Create free account
hub / github.com/ElementsProject/lightning / test_peer_id

Function test_peer_id

plugins/lsps-plugin/src/core/lsps2/htlc.rs:255–259  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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)

Callers 1

test_datastore_entryFunction · 0.70

Calls 2

parseMethod · 0.80
unwrapMethod · 0.45

Tested by

no test coverage detected