Browse Source

Merge #10167: [trivial] Fix typo ("improssible" → "impossible")

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

Tree-SHA512: 87cdd0474b9e5d5150d3be7f93c61df126f7444f6e0cf34e763b25d68ad9149497535f34f7638eb42291a78d1ca2cff576014331151daedd26c57df5c31b9b0c
0.15
Wladimir J. van der Laan 7 years ago
parent
commit
813eacf81b
No known key found for this signature in database
GPG Key ID: 74810B012346C9A6
  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