Skip to content

sendcoins fails with amount in confirmed wallet balance #2294

@beedub

Description

@beedub

Background

ubuntu@ip-10-0-0-165:~$ lncli walletbalance
{
    "total_balance": "11257974",
    "confirmed_balance": "11257974",
    "unconfirmed_balance": "0"
}
ubuntu@ip-10-0-0-165:~$ lncli sendcoins <DEST> --amt 11257974
[lncli] rpc error: code = Unknown desc = insufficient funds available to construct transaction

Your environment

  • version of lnd
    a2c754a225a6e62cfca99a50a431e93e687bba74 from Handle missing graph nodes in DB #2279
  • which operating system (uname -a on *Nix)
    Linux ip-10-0-0-165 4.15.0-1010-aws #10-Ubuntu SMP Thu May 24 08:41:34 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux
  • version of btcd, bitcoind, or other backend
    Bitcoin Core Daemon version v0.16.0.0-g4b4d7eb255
  • any other relevant environment details

Expected behaviour

I can send all the coins in my wallet balance

Actual behaviour

IT failed

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions