mirror of https://github.com/bitcoin/bitcoin
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
6 lines
645 B
6 lines
645 B
5 years ago
|
- The `getbalances` RPC now returns a `lastprocessedblock` JSON 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 `gettransaction` RPC now returns a `lastprocessedblock` JSON object which contains the wallet's last processed block
|
||
|
hash and height at the time the transaction information was generated.
|
||
|
- The `getwalletinfo` RPC now returns a `lastprocessedblock` JSON object which contains the wallet's last processed block
|
||
|
hash and height at the time the wallet information was generated.
|