Skip to content

sendPayment returns rpc error:code = Canceled desc = context canceled #87

@theOksana

Description

@theOksana

Trying to send a payment with sendPayment as shown bellow.

      let call = rpc.sendPayment({
        dest: Buffer.from(peerpub, "hex"),
        amt: '22022',
        destCustomRecords: [[34349334, Buffer.from(messagew1)]]
      });

No matter what parameters I provide I always see the same response in node logs.

[ERR] RPCS: Failed receiving from stream: rpc error: code = Canceled desc = context canceled
[ERR] RPCS: [/lnrpc.Lightning/SendPayment]: rpc error: code = Canceled desc = context canceled

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions