Skip to content

Commit

Permalink
fix(eth): Clean code
Browse files Browse the repository at this point in the history
  • Loading branch information
satoshiotomakan committed Aug 8, 2023
1 parent f10fa8c commit 151e958
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Ethereum/ABI/ValueDecoder.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ uint256_t ValueDecoder::decodeUInt256(const Data& data) {
return load(data);
}

// TODO figure out how `ValueDecoder` is used.
std::string ValueDecoder::decodeValue(const Data& data, const std::string& type) {
auto param = ParamFactory::make(type);
if (!param) {
Expand Down

0 comments on commit 151e958

Please sign in to comment.