Browse Source

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

0.15
practicalswift 8 years ago
parent
commit
bcca57eff0
  1. 2
      src/wallet/feebumper.h

2
src/wallet/feebumper.h

@ -32,7 +32,7 @@ public: @@ -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);

Loading…
Cancel
Save