Skip to content

Commit

Permalink
feat(greenfield): Minor change
Browse files Browse the repository at this point in the history
  • Loading branch information
satoshiotomakan committed Aug 27, 2023
1 parent 67a0ec2 commit 8043027
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/Greenfield/Entry.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@

namespace TW::Greenfield {

// Note: avoid business logic from here, rather just call into classes like Address, Signer, etc.

bool Entry::validateAddress([[maybe_unused]] TWCoinType coin, const std::string& address, [[maybe_unused]] const PrefixVariant& addressPrefix) const {
return Ethereum::Address::isValid(address);
}
Expand Down

0 comments on commit 8043027

Please sign in to comment.