Skip to content

Commit

Permalink
Address reviewer's feedback.
Browse files Browse the repository at this point in the history
  • Loading branch information
gregtatcam committed Dec 10, 2024
1 parent ea1ecc4 commit 4402951
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion include/xrpl/protocol/Asset.h
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,10 @@ concept AssetType =
*/
class Asset
{
private:
public:
using value_type = std::variant<Issue, MPTIssue>;

private:
value_type issue_;

public:
Expand Down

0 comments on commit 4402951

Please sign in to comment.