mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-24 01:24:26 +01:00
Fix typos
This commit is contained in:
committed by
Christian Decker
parent
5444084625
commit
61c47c09d0
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user