Skip to content

Commit

Permalink
stissue
Browse files Browse the repository at this point in the history
  • Loading branch information
shawnxie999 committed Apr 26, 2024
1 parent e9859ac commit 8ace984
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ripple/protocol/impl/STIssue.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ STIssue::isEquivalent(const STBase& t) const
bool
STIssue::isDefault() const
{
return issue_ == xrpIssue();
return false;
}

STBase*
Expand Down

0 comments on commit 8ace984

Please sign in to comment.