@ -1428,7 +1428,7 @@ command_options = {
' nocheck ' : ( None , " Do not verify aliases " ) ,
' imax ' : ( None , " Maximum number of inputs " ) ,
' fee ' : ( " -f " , " Transaction fee (absolute, in BTC) " ) ,
' feerate ' : ( None , f " Transaction fee rate (in { util . FEERATE_UI_NAM E_SAT_PER_VBYTE} ) " ) ,
' feerate ' : ( None , f " Transaction fee rate (in { util . UI_UNIT_NAME_FEERAT E_SAT_PER_VBYTE} ) " ) ,
' from_addr ' : ( " -F " , " Source address (must be a wallet address; use sweep to spend from non-wallet address). " ) ,
' from_coins ' : ( None , " Source coins (must be in wallet; use sweep to spend from non-wallet address). " ) ,
' change_addr ' : ( " -c " , " Change address. Default is a spare address, or the source address if it ' s not in the wallet " ) ,
@ -1461,7 +1461,7 @@ command_options = {
' iknowwhatimdoing ' : ( None , " Acknowledge that I understand the full implications of what I am about to do " ) ,
' gossip ' : ( None , " Apply command to gossip node instead of wallet " ) ,
' connection_string ' : ( None , " Lightning network node ID or network address " ) ,
' new_fee_rate ' : ( None , f " The Updated/Increased Transaction fee rate (in { util . FEERATE_UI_NAM E_SAT_PER_VBYTE} ) " ) ,
' new_fee_rate ' : ( None , f " The Updated/Increased Transaction fee rate (in { util . UI_UNIT_NAME_FEERAT E_SAT_PER_VBYTE} ) " ) ,
' from_amount ' : ( None , " Amount to convert (default: 1) " ) ,
' from_ccy ' : ( None , " Currency to convert from " ) ,
' to_ccy ' : ( None , " Currency to convert to " ) ,