mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-06-05 02:33:07 +02:00
gui: send using external signer
This commit is contained in:
@@ -26,6 +26,11 @@ CTransactionRef& WalletModelTransaction::getWtx()
|
||||
return wtx;
|
||||
}
|
||||
|
||||
void WalletModelTransaction::setWtx(const CTransactionRef& newTx)
|
||||
{
|
||||
wtx = newTx;
|
||||
}
|
||||
|
||||
unsigned int WalletModelTransaction::getTransactionSize()
|
||||
{
|
||||
return wtx ? GetVirtualTransactionSize(*wtx) : 0;
|
||||
|
||||
Reference in New Issue
Block a user