diff options
author | practicalswift <practicalswift@users.noreply.github.com> | 2017-04-07 18:29:54 +0200 |
---|---|---|
committer | practicalswift <practicalswift@users.noreply.github.com> | 2017-04-07 18:29:54 +0200 |
commit | bcca57eff0a693a76a5b5569451dcfd0e62cc2ff (patch) | |
tree | ad97ee7ab6b8fb2d70ede9e7c96c48553cd01979 /src/wallet/feebumper.h | |
parent | df1ca9e93a61787ea7ad8743dfb400126a52b8e9 (diff) |
[trivial] Fix typo ("improssible" → "impossible")
Diffstat (limited to 'src/wallet/feebumper.h')
-rw-r--r-- | src/wallet/feebumper.h | 2 |
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); |