Skip to content

Commit

Permalink
Fix forgotten field
Browse files Browse the repository at this point in the history
  • Loading branch information
quentinlesceller committed Jan 10, 2020
1 parent 0b72173 commit 7e20b3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libwallet/api_impl_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7e20b3d

Please sign in to comment.