mirror of
https://github.com/Qortal/qortal.git
synced 2025-07-22 20:26:50 +00:00
Added DATA_FILE and GET_DATA_FILE message types.
This commit is contained in:
@@ -83,7 +83,10 @@ public abstract class Message {
|
||||
GET_ARBITRARY_DATA(91),
|
||||
|
||||
BLOCKS(100),
|
||||
GET_BLOCKS(101);
|
||||
GET_BLOCKS(101),
|
||||
|
||||
DATA_FILE(110),
|
||||
GET_DATA_FILE(111);
|
||||
|
||||
public final int value;
|
||||
public final Method fromByteBufferMethod;
|
||||
|
Reference in New Issue
Block a user