Skip to content

Commit

Permalink
Update bcos3client.py (#201)
Browse files Browse the repository at this point in the history
The variable "bcos3sdk" in the class "Bcos3Client" should be renamed as "bcossdk". Otherwise, there will be the error:  "AttributeError: 'Bcos3Client' object has no attribute 'bcossdk'".
  • Loading branch information
RuslandGadget authored Nov 20, 2023
1 parent 60f53bf commit 97986fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bcos3sdk/bcos3client.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ class Bcos3Client:
group = ""
node = None
keypair = None
bcos3sdk = None
bcossdk = None
logger = clientlogger.logger # logging.getLogger("BcosClient")
config = None
sdk_version = None
Expand Down

0 comments on commit 97986fa

Please sign in to comment.