From 1db23da6e163e793458ec702a9601d2837aea9cb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A8le=20Oul=C3=A8s?= Date: Mon, 12 Sep 2022 12:03:07 +0200 Subject: wallet: Use std::optional for GetExternalOutput and fixups --- src/wallet/coincontrol.h | 16 ++++++++-------- src/wallet/spend.cpp | 17 ++++++++--------- 2 files changed, 16 insertions(+), 17 deletions(-) (limited to 'src') diff --git a/src/wallet/coincontrol.h b/src/wallet/coincontrol.h index 86069d005e..04f524028f 100644 --- a/src/wallet/coincontrol.h +++ b/src/wallet/coincontrol.h @@ -13,9 +13,9 @@ #include