The Bitcoin Lightning Browser Extension that brings deep Lightning & Nostr integration to the web. Wallet interface to multiple lightning nodes and key signer for Nostr, Liquid and onchain use.
currently if we paste node id in send screen. the custom_records will be undefined. and keysend thrws error while converting it to tlv records. keysend shall be successfully even if custom_records are undefined
(Remove other not matching type)
fix: Bug fix (non-breaking change which fixes an issue)
How has this been tested?
go to send -> paste node id -> keysend will be successfull
Describe the changes you have made in this PR
currently if we paste node id in send screen. the custom_records will be undefined. and keysend thrws error while converting it to tlv records. keysend shall be successfully even if custom_records are undefined
(Remove other not matching type)
fix
: Bug fix (non-breaking change which fixes an issue)How has this been tested?
go to send -> paste node id -> keysend will be successfull
Checklist