Write the given client_version to m_batch, indicating the last version of client software to load this wallet.
Synopsis
Declared in <wallet/walletdb.h>
bool
WriteVersion(int client_version);
Return Value
A bool indicating whether or not the write succeeded.
Parameters
Name |
Description |
client_version [in] |
|
Created with MrDocs