wallet::CWalletTx::updateState

Update transaction state when attaching to a chain, filling in heights of conflicted and confirmed blocks

Synopsis

Declared in <wallet/transaction.h>

void
updateState(interfaces::Chain& chain);

Parameters

NameDescription
chainThe chain interface used to look up block heights.