From 7e20b3deb5fbcb0bf37ca207e3203b5cb6acb52a Mon Sep 17 00:00:00 2001 From: Quentin Le Sceller Date: Fri, 10 Jan 2020 13:52:09 -0500 Subject: [PATCH] Fix forgotten field --- libwallet/api_impl_types.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libwallet/api_impl_types.go b/libwallet/api_impl_types.go index fc24726..82fa297 100644 --- a/libwallet/api_impl_types.go +++ b/libwallet/api_impl_types.go @@ -85,7 +85,7 @@ type InitTxArgs struct { // Number of blocks from current after which TX should be ignored TTLBlocks *core.Uint64 `json:"ttl_blocks"` // If set, require a payment proof for the particular recipient - PaymentProofRecipientAddress *string + PaymentProofRecipientAddress *string `json:"payment_proof_recipient_address"` // If true, just return an estimate of the resulting slate, containing fees and amounts // locked without actually locking outputs or creating the transaction. Note if this is set to // 'true', the amount field in the slate will contain the total amount locked, not the provided