Skip to content
This repository has been archived by the owner on Apr 2, 2024. It is now read-only.

Commit

Permalink
chore(BUX-175): remove typo in transaction config
Browse files Browse the repository at this point in the history
  • Loading branch information
pawellewandowski98 committed Sep 11, 2023
1 parent 4ffd86f commit 585b456
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion model_transaction_config.go
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ type PaymailP4 struct {
ReceiveEndpoint string `json:"receive_endpoint,omitempty" toml:"receive_endpoint" yaml:"receive_endpoint" bson:"receive_endpoint,omitempty"` // P2P endpoint when notifying
ReferenceID string `json:"reference_id,omitempty" toml:"reference_id" yaml:"reference_id" bson:"reference_id,omitempty"` // Reference ID saved from P2P request
ResolutionType string `json:"resolution_type" toml:"resolution_type" yaml:"resolution_type" bson:"resolution_type,omitempty"` // Type of address resolution (basic vs p2p)
UseBEEF bool `json:"use_beefy,omitempty" toml:"use_beefy" yaml:"use_beefy" bson:"use_beefy,omitempty"` // Use beef format for the transaction
UseBEEF bool `json:"use_beef,omitempty" toml:"use_beef" yaml:"use_beef" bson:"use_beef,omitempty"` // Use beef format for the transaction
}

// Types of resolution methods
Expand Down

0 comments on commit 585b456

Please sign in to comment.