Add support for DeliverMin

This commit is contained in:
Chris Clark
2015-12-10 13:41:34 -08:00
parent 5775554d9d
commit 0d1ae3bfc6
4 changed files with 121 additions and 1 deletions

View File

@@ -861,6 +861,17 @@
"type": "Amount"
}
],
[
"DeliverMin",
{
"nth": 10,
"isVLEncoded": false,
"bytes": "6A",
"isSerialized": true,
"isSigningField": true,
"type": "Amount"
}
],
[
"MinimumOffer",
{
@@ -1636,4 +1647,4 @@
"SuspendedPaymentCancel": 4,
"Invalid": -1
}
}
}