hal icon indicating copy to clipboard operation
hal copied to clipboard

Lightning: show "formatted short channel IDs"

Open stevenroose opened this issue 6 years ago • 0 comments

formatted short channel ID: ${blockheight)x$(txindex}x${outputindex} formatted -> u64: blockheight << 40 | txindex << 16 | outputidx u64 -> formatted: reverse engineer ;)

stevenroose avatar Feb 15 '19 12:02 stevenroose