From 4d252334bfe37e5f7f03dd5830a5bf76b047f9ed Mon Sep 17 00:00:00 2001 From: Duke Leto Date: Fri, 9 Apr 2021 14:53:26 -0400 Subject: [PATCH] . --- src/net.h | 4 ---- src/test/sighash_tests.cpp | 4 +--- src/wallet/wallet.cpp | 4 +--- 3 files changed, 2 insertions(+), 10 deletions(-) diff --git a/src/net.h b/src/net.h index d4b042cde..f5f946b7d 100644 --- a/src/net.h +++ b/src/net.h @@ -272,10 +272,6 @@ public: int readData(const char *pch, unsigned int nBytes); }; - - - - /** Information about a peer */ class CNode { diff --git a/src/test/sighash_tests.cpp b/src/test/sighash_tests.cpp index 578c0cc21..dd5159259 100644 --- a/src/test/sighash_tests.cpp +++ b/src/test/sighash_tests.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2020 The Hush developers +// Copyright (c) 2016-2021 The Hush developers // Copyright (c) 2013 The Bitcoin Core developers // Distributed under the GPLv3 software license, see the accompanying // file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html @@ -15,10 +15,8 @@ #include "util.h" #include "version.h" #include "sodium.h" - #include #include - #include #include diff --git a/src/wallet/wallet.cpp b/src/wallet/wallet.cpp index 7f49b9a3b..92779a402 100644 --- a/src/wallet/wallet.cpp +++ b/src/wallet/wallet.cpp @@ -3910,9 +3910,7 @@ bool CWallet::CreateTransaction(const vector& vecSend, CWalletTx& wt return true; } -/** - * Call after CreateTransaction unless you want to abort - */ +// Call after CreateTransaction unless you want to abort bool CWallet::CommitTransaction(CWalletTx& wtxNew, CReserveKey& reservekey) { {