mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Fixes for RPC wallet_add and work toward more commands.
This commit is contained in:
@@ -9,8 +9,9 @@ enum TransactionType
|
||||
ttPAYMENT = 0,
|
||||
ttCLAIM = 1,
|
||||
ttWALLET_ADD = 2,
|
||||
ttINVOICE = 3,
|
||||
ttOFFER = 4,
|
||||
ttACCOUNT_SET = 3,
|
||||
ttINVOICE = 4,
|
||||
ttOFFER = 5,
|
||||
ttCREDIT_SET = 20,
|
||||
ttTRANSIT_SET = 21,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user