From fdb0f101bd1ed3d3223c205a41072549e6a2c514 Mon Sep 17 00:00:00 2001 From: Matthew Fettig Date: Fri, 31 Jul 2015 16:21:18 -0700 Subject: [PATCH] add 'DeliveredAmount' as optional metadata field --- src/core/binformat.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/core/binformat.js b/src/core/binformat.js index 257ddd1c..b943b22b 100644 --- a/src/core/binformat.js +++ b/src/core/binformat.js @@ -400,6 +400,7 @@ exports.ledger = { }; exports.metadata = [ + [ 'DeliveredAmount' , OPTIONAL ], [ 'TransactionIndex' , REQUIRED ], [ 'TransactionResult' , REQUIRED ], [ 'AffectedNodes' , REQUIRED ]