@node-lightning/graph
Version:
Lightning Network P2P Graph
17 lines (15 loc) • 566 B
text/typescript
// const { expect } = require('chai');
// const { channelFromMessage } = require('../../lib/deserialize/channel-from-message');
describe(".channelFromMessage", () => {
it("should have shortChannelId");
it("should have chainHash");
it("should have features");
it("should have nodeId1");
it("should have nodeId2");
it("should have nodeSignature1");
it("should have nodeSignature2");
it("should have bitcoinKey1");
it("should have bitcoinKey2");
it("should have bitcoinSignature1");
it("should have bitcoinSignature2");
});