From aa9f2f8730cb043f799a9fd4954016d2fed93f8a Mon Sep 17 00:00:00 2001 From: Michael Vines Date: Fri, 21 Jun 2019 16:38:16 -0700 Subject: [PATCH] fix: add {min,max}LamportsPerSignature fields --- web3.js/src/connection.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/web3.js/src/connection.js b/web3.js/src/connection.js index 5466577ceb..53df89b095 100644 --- a/web3.js/src/connection.js +++ b/web3.js/src/connection.js @@ -221,6 +221,8 @@ const GetRecentBlockhash = jsonRpcResult([ 'string', struct({ lamportsPerSignature: 'number', + maxLamportsPerSignature: 'number', + minLamportsPerSignature: 'number', targetLamportsPerSignature: 'number', targetSignaturesPerSlot: 'number', }),