mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-11-10 05:57:59 +01:00
645 B
645 B
- The
getbalancesRPC now returns alastprocessedblockJSON object which contains the wallet's last processed block hash and height at the time the balances were calculated. This result shouldn't be cached because importing new keys could invalidate it. - The
gettransactionRPC now returns alastprocessedblockJSON object which contains the wallet's last processed block hash and height at the time the transaction information was generated. - The
getwalletinfoRPC now returns alastprocessedblockJSON object which contains the wallet's last processed block hash and height at the time the wallet information was generated.