mirror of
https://github.com/Qortal/qortal.git
synced 2025-07-20 03:11:21 +00:00
the message types were corrected
This commit is contained in:
parent
83bc84909a
commit
1f6ee72fc5
@ -25,7 +25,7 @@ public class ForeignFeesMessage extends Message {
|
||||
}
|
||||
|
||||
private ForeignFeesMessage(int id, List<ForeignFeeDecodedData> foreignFees) {
|
||||
super(id, MessageType.ONLINE_ACCOUNTS_V3);
|
||||
super(id, MessageType.FOREIGN_FEES);
|
||||
|
||||
this.foreignFees = foreignFees;
|
||||
}
|
||||
|
@ -14,7 +14,7 @@ public class GetForeignFeesMessage extends Message {
|
||||
private final List<ForeignFeeDecodedData> foreignFeeDecodedData;
|
||||
|
||||
public GetForeignFeesMessage(List<ForeignFeeDecodedData> foreignFeeDecodedData) {
|
||||
super(MessageType.GET_ONLINE_ACCOUNTS_V3);
|
||||
super(MessageType.GET_FOREIGN_FEES);
|
||||
|
||||
this.foreignFeeDecodedData = foreignFeeDecodedData;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user