Fix typos

This commit is contained in:
practicalswift
2017-12-07 23:59:39 +01:00
committed by Christian Decker
parent 5444084625
commit 61c47c09d0
17 changed files with 25 additions and 25 deletions

View File

@@ -19,7 +19,7 @@ struct utxo;
* @destination: (in) bitcoin_address to send to.
* @amount: (in) satoshis to send to the destination
* @changekey: (in) key to send change to (only used if change_satoshis != 0).
* @changesa: (in) amount to send as change.
* @changesat: (in) amount to send as change.
* @bip32_base: (in) bip32 base for key derivation, or NULL.
*/
struct bitcoin_tx *withdraw_tx(const tal_t *ctx,