From bcca57eff0a693a76a5b5569451dcfd0e62cc2ff Mon Sep 17 00:00:00 2001 From: practicalswift Date: Fri, 7 Apr 2017 18:29:54 +0200 Subject: [PATCH] =?UTF-8?q?[trivial]=20Fix=20typo=20("improssible"=20?= =?UTF-8?q?=E2=86=92=20"impossible")?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/wallet/feebumper.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wallet/feebumper.h b/src/wallet/feebumper.h index 1a3049989..681f55e4e 100644 --- a/src/wallet/feebumper.h +++ b/src/wallet/feebumper.h @@ -32,7 +32,7 @@ public: /* signs the new transaction, * returns false if the tx couldn't be found or if it was - * improssible to create the signature(s) + * impossible to create the signature(s) */ bool signTransaction(CWallet *pWallet);