add 'DeliveredAmount' as optional metadata field

This commit is contained in:
Matthew Fettig
2015-07-31 16:21:18 -07:00
parent 0afca5633d
commit fdb0f101bd

View File

@@ -400,6 +400,7 @@ exports.ledger = {
};
exports.metadata = [
[ 'DeliveredAmount' , OPTIONAL ],
[ 'TransactionIndex' , REQUIRED ],
[ 'TransactionResult' , REQUIRED ],
[ 'AffectedNodes' , REQUIRED ]