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

Name

Description

chain

The chain interface used to look up block heights.

Created with MrDocs