mirror of
https://github.com/Qortal/qortal.git
synced 2025-07-22 20:26:50 +00:00
Added serialization tests for chatReference, and grouped with other serialization tests into a single package.
This commit is contained in:
@@ -85,6 +85,10 @@ public class ChatTransactionData extends TransactionData {
|
||||
return this.chatReference;
|
||||
}
|
||||
|
||||
public void setChatReference(byte[] chatReference) {
|
||||
this.chatReference = chatReference;
|
||||
}
|
||||
|
||||
public byte[] getData() {
|
||||
return this.data;
|
||||
}
|
||||
|
Reference in New Issue
Block a user