diff options
| author | Wladimir J. van der Laan <[email protected]> | 2017-04-10 09:27:16 +0200 |
|---|---|---|
| committer | Wladimir J. van der Laan <[email protected]> | 2017-04-10 09:27:25 +0200 |
| commit | 813eacf81b7359906bbcf3d926b411415200362c (patch) | |
| tree | e11ac22b587906a05d09568968fdde764d23d7b2 /src | |
| parent | Merge #10142: Run bitcoin_test-qt under minimal QPA platform (diff) | |
| parent | [trivial] Fix typo ("improssible" → "impossible") (diff) | |
| download | discoin-813eacf81b7359906bbcf3d926b411415200362c.tar.xz discoin-813eacf81b7359906bbcf3d926b411415200362c.zip | |
Merge #10167: [trivial] Fix typo ("improssible" → "impossible")
bcca57e [trivial] Fix typo ("improssible" → "impossible") (practicalswift)
Tree-SHA512: 87cdd0474b9e5d5150d3be7f93c61df126f7444f6e0cf34e763b25d68ad9149497535f34f7638eb42291a78d1ca2cff576014331151daedd26c57df5c31b9b0c
Diffstat (limited to 'src')
| -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 1a3049989..681f55e4e 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); |