You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Trying to use LND to broadcast a raw transaction, using the walletkit rpc PublishTransaction.
No matter what I do, LND doesn't seem to be able to see the transaction, looking at the logs I see this:
2025-01-14 09:53:16.932 [ERR] RPCS: [/walletrpc.WalletKit/PublishTransaction]: must provide a transaction to publish
2025-01-14 09:53:16.932 [ERR] RPCS: [/walletrpc.WalletKit/PublishTransaction]: unexpected EOF
Hmm strange. Not sure what's going on. What is Buffer and where is it coming from? That doesn't exist in JS or react-native's env as it's a NodeJS API.
Trying to use LND to broadcast a raw transaction, using the walletkit rpc PublishTransaction.
No matter what I do, LND doesn't seem to be able to see the transaction, looking at the logs I see this:
Here's how I tried to publish a transaction:
and also like this:
The text was updated successfully, but these errors were encountered: