Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: make TransactionDestination derived from Message
Browse files Browse the repository at this point in the history
HashEngineering committed Nov 14, 2023

Verified

This commit was signed with the committer’s verified signature.
HashEngineering HashEngineering
1 parent 73a5bab commit ceab89a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -25,7 +25,7 @@
import java.io.OutputStream;
import java.util.Arrays;

public abstract class TransactionDestination extends ChildMessage {
public abstract class TransactionDestination extends Message {
public static final int MESSAGE_SIZE = 20;

protected byte [] bytes;

0 comments on commit ceab89a

Please sign in to comment.