aboutsummaryrefslogtreecommitdiff
path: root/src/wallet
diff options
context:
space:
mode:
authorpracticalswift <practicalswift@users.noreply.github.com>2017-04-07 18:29:54 +0200
committerpracticalswift <practicalswift@users.noreply.github.com>2017-04-07 18:29:54 +0200
commitbcca57eff0a693a76a5b5569451dcfd0e62cc2ff (patch)
treead97ee7ab6b8fb2d70ede9e7c96c48553cd01979 /src/wallet
parentdf1ca9e93a61787ea7ad8743dfb400126a52b8e9 (diff)
downloadbitcoin-bcca57eff0a693a76a5b5569451dcfd0e62cc2ff.tar.xz
[trivial] Fix typo ("improssible" → "impossible")
Diffstat (limited to 'src/wallet')
-rw-r--r--src/wallet/feebumper.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wallet/feebumper.h b/src/wallet/feebumper.h
index 1a30499893..681f55e4e5 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);