[trivial] Fix typo ("improssible" → "impossible")

This commit is contained in:
practicalswift 2017-04-07 18:29:54 +02:00
parent df1ca9e93a
commit bcca57eff0
1 changed files with 1 additions and 1 deletions

View File

@ -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);