@node-lightning/graph
Version:
Lightning Network P2P Graph
12 lines (10 loc) • 410 B
text/typescript
// const { expect } = require('chai');
// const { channelSettingsFromJson } = require('../../lib/deserialize/channel-settings-from-json');
describe(".channelSettingsFromJson", () => {
it("should have timestamp");
it("should have htlcMinimumMsat");
it("should have htlcMaximumMsat");
it("should have feeBaseMsat");
it("should have feeProportionalMsat");
it("should have disabled");
});