Skip to content

Commit

Permalink
update CHANGELOG.md to give more context on this PR.
Browse files Browse the repository at this point in the history
Signed-off-by: Ameziane H <ameziane.hamlat@consensys.net>
  • Loading branch information
ahamlat committed Oct 12, 2022
1 parent ee1524c commit e4b1101
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,11 @@
import com.google.common.base.Suppliers;
import com.google.common.collect.ImmutableMap;
import org.apache.tuweni.bytes.Bytes;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;

public class TransactionDecoder {
private static final Logger LOG = LoggerFactory.getLogger(TransactionDecoder.class);

@FunctionalInterface
interface Decoder {
Expand Down

0 comments on commit e4b1101

Please sign in to comment.