fusion44 / blitz_api

A management backend for the RaspiBlitz project written in Python / FastAPI
MIT License
19 stars 18 forks source link

send-coins returns amount 0 when using send-all flag #196

Open fusion44 opened 1 year ago

fusion44 commented 1 year ago

As a user I'd like to see how much was actually sent.

None of the implementations currently support this out of the box.Best chance is probably to use the returned txid or query the available balance before sending the funds.