Add SuspendedPayment feature make it same as in rippled 3f0eacf5e7

This commit is contained in:
Ivan Tivonenko
2015-11-13 01:19:41 +02:00
parent 9e3c037491
commit fd75b18582
2 changed files with 9 additions and 9 deletions

View File

@@ -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
}
}

View File

@@ -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",