mirror of
https://github.com/Xahau/xahau.js.git
synced 2025-11-20 12:15:51 +00:00
Add SuspendedPayment feature make it same as in rippled 3f0eacf5e7
This commit is contained in:
@@ -1581,15 +1581,15 @@
|
||||
"TicketCreate": 10,
|
||||
"TicketCancel": 11,
|
||||
"NickNameSet": 6,
|
||||
"WalletAdd": 2,
|
||||
"TrustSet": 20,
|
||||
"PasswordFund": 4,
|
||||
"Payment": 0,
|
||||
"AccountSet": 3,
|
||||
"OfferCreate": 7,
|
||||
"SignerListSet": 12,
|
||||
"Contract": 9,
|
||||
"Claim": 1,
|
||||
"SuspendedPaymentCreate": 1,
|
||||
"SuspendedPaymentFinish": 2,
|
||||
"SuspendedPaymentCancel": 4,
|
||||
"Invalid": -1
|
||||
}
|
||||
}
|
||||
@@ -2880,7 +2880,7 @@
|
||||
"expected_hex": "0000"
|
||||
},
|
||||
{
|
||||
"test_json": "Claim",
|
||||
"test_json": "SuspendedPaymentCreate",
|
||||
"type_id": 1,
|
||||
"type_specialisation_field": "TransactionType",
|
||||
"type": "UInt16",
|
||||
@@ -2888,14 +2888,14 @@
|
||||
},
|
||||
{
|
||||
"test_json": 1,
|
||||
"canonical_json": "Claim",
|
||||
"canonical_json": "SuspendedPaymentCreate",
|
||||
"type_id": 1,
|
||||
"type_specialisation_field": "TransactionType",
|
||||
"type": "UInt16",
|
||||
"expected_hex": "0001"
|
||||
},
|
||||
{
|
||||
"test_json": "WalletAdd",
|
||||
"test_json": "SuspendedPaymentFinish",
|
||||
"type_id": 1,
|
||||
"type_specialisation_field": "TransactionType",
|
||||
"type": "UInt16",
|
||||
@@ -2903,7 +2903,7 @@
|
||||
},
|
||||
{
|
||||
"test_json": 2,
|
||||
"canonical_json": "WalletAdd",
|
||||
"canonical_json": "SuspendedPaymentFinish",
|
||||
"type_id": 1,
|
||||
"type_specialisation_field": "TransactionType",
|
||||
"type": "UInt16",
|
||||
@@ -2925,7 +2925,7 @@
|
||||
"expected_hex": "0003"
|
||||
},
|
||||
{
|
||||
"test_json": "PasswordFund",
|
||||
"test_json": "SuspendedPaymentCancel",
|
||||
"type_id": 1,
|
||||
"type_specialisation_field": "TransactionType",
|
||||
"type": "UInt16",
|
||||
@@ -2933,7 +2933,7 @@
|
||||
},
|
||||
{
|
||||
"test_json": 4,
|
||||
"canonical_json": "PasswordFund",
|
||||
"canonical_json": "SuspendedPaymentCancel",
|
||||
"type_id": 1,
|
||||
"type_specialisation_field": "TransactionType",
|
||||
"type": "UInt16",
|
||||
|
||||
Reference in New Issue
Block a user