From f67d9411aa6bcd3da98b7adb63f166f80f289557 Mon Sep 17 00:00:00 2001 From: mirkamio <59850509+mirkamio@users.noreply.github.com> Date: Fri, 17 Jan 2020 09:08:40 -0800 Subject: [PATCH] fix: correct getSignatureStatus comment --- web3.js/src/connection.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web3.js/src/connection.js b/web3.js/src/connection.js index 5a24697be..0b1aaad44 100644 --- a/web3.js/src/connection.js +++ b/web3.js/src/connection.js @@ -894,7 +894,7 @@ export class Connection { } /** - * Fetch the current transaction count of the cluster + * Fetch the current status of a signature */ async getSignatureStatus( signature: TransactionSignature,