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