mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-22 07:14:56 -09:00
The getunconfirmedbalance rpc call was marked as deprecated in [1] (included in v0.19.0, released on 2019-11-08) and removed in [2] (included in v30.0, released on 2025-10-09). This commit replaces the old getbalance/getunconfirmedbalance rpc calls with the new call getbalances (plural) returning a json object containing all the data. This commit is needed before updating bitcoin to v30.0. [1]facfb4111d[2]c3fe85e2d6Cc: Bernd Kuhls <bernd@kuhls.net> Signed-off-by: Julien Olivain <ju.o@free.fr>