Massimo (Max) Musumeci
                                            Massimo (Max) Musumeci
                                        
                                    in this code ``` def spend(wif,bitcoin_address,recipient_address): private = PrivateKey.from_wif(wif) address = Address(bitcoin_address) # balance is in bitcoin bal=address.balance() net_amount=bal-0.0002 print(net_amount) send_to = {recipient_address: net_amount} estimate_fee = estimatefee(speed="average") tx = address.send(to=send_to,...
Added myself. thank you
When creating a outbound redirection to an external number, for example an incoming call is redirected to a mobile external phone, all works fine but: in case the customer has...
when using another Lnbits as funding source, the LNURLp does not send webhook call on successful payment. What happens. When a lnurlp is paid, the POST http call to the...
When receiving a payment. creation of invoice -> OK when the invoice is paid, the payment is actually received, but in log i see: ``` breezerbot | thread 'tokio-runtime-worker' panicked...