Deleted copy constructor; CWalletTx objects must not be copied.

Synopsis

Declared in <wallet/transaction.h>

CWalletTx(CWalletTx const& other) = delete;

Parameters

Name

Description

other

The object to copy construct from

Created with MrDocs