From 47d0c68e5594a60a65a82a46fdb4bd32be7290f5 Mon Sep 17 00:00:00 2001 From: DoctorLai Date: Thu, 26 Sep 2024 17:32:54 +0100 Subject: [PATCH] misleading variable name (#341) Co-authored-by: @justyy Co-authored-by: ety001 --- doc/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/README.md b/doc/README.md index c1350c84..06fda515 100644 --- a/doc/README.md +++ b/doc/README.md @@ -2444,7 +2444,7 @@ console.log(commentPermlink); - - - - - - - - - - - - - - - - - - ### Estimate Account Value ```js -var steemPower = steem.formatter.estimateAccountValue(account); +var accountValue = steem.formatter.estimateAccountValue(account); ``` - - - - - - - - - - - - - - - - - - ### Reputation