Set last block processed height, and write to database
Synopsis
Declared in <wallet/wallet.h>
[[requires_capability(0x7f94fde06c98), requires_capability(0x7f95061a99d8), requires_capability(0x7f94f2b7a4e8), requires_capability(0x7f94f0cf9178), requires_capability(0x7f94fee3bb68)]]
void
SetLastBlockProcessed(
int block_height,
uint256 block_hash);
Parameters
Name |
Description |
block_height |
The height of the last processed block. |
block_hash |
The hash of the last processed block. |
Created with MrDocs