Merge branch 'sairajzero:master' into master

This commit is contained in:
Sai Raj 2023-05-19 00:59:49 +05:30 committed by GitHub
commit 3a00221587
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,4 @@
(function (EXPORTS) { //floBlockchainAPI v2.5.6a
(function (EXPORTS) { //floBlockchainAPI v2.5.6b
/* FLO Blockchain Operator to send/receive data from blockchain using API calls*/
'use strict';
const floBlockchainAPI = EXPORTS;
@ -843,7 +843,7 @@
query_params.to = options.to;
}
if (!isUndefined(options.latest))
query_params.latest = latest;
query_params.latest = options.latest;
if (!isUndefined(options.mempool))
query_params.mempool = options.mempool;
promisedAPI(api, query_params)