any #webln devs familiar with this error message when using webln.keysend()? "Error: 400: Internal keysend payments require the custom record 696969 to be present.", using the latest documentation, pretty sure that customrecord value is already set also... #boost #Value4Value #getAlby #dev #PodCast

@a3mcquade There's two custom records that you need to have:
7629169 for boost information and
696969 which is an account identifier for Alby and other custodial wallets

Other custodial wallets can use different numbers, but 696969 is pretty common

Here's the Helipad implementation for reply boosts: https://github.com/Podcastindex-org/helipad/blob/main/webroot/script/helipad.js#L666-L708

The wallet identifier is added here based on the original boost info: https://github.com/Podcastindex-org/helipad/blob/main/webroot/script/helipad.js#L688-L703

helipad/webroot/script/helipad.js at main · Podcastindex-org/helipad

This is a simple lnd poller and web front-end to see and read boosts and boostagrams. - Podcastindex-org/helipad

GitHub
@ericpp hmm i have both those custom keys set (696969 and 7629169), very similar to whats there in that first link. i think im missing a field some of those reply_* fields, ill try playing around with those those. these helipad files should be helpful too, thanks for pointing me in the right direction, i really appreciate it !!
web-ui/ui/src/components/Boostagram/index.tsx at master · Podcastindex-org/web-ui

The public home page of podcastindex.org. Contribute to Podcastindex-org/web-ui development by creating an account on GitHub.

GitHub