tronprotocol / tronweb

Javascript API Library for interacting with the TRON Network
MIT License
423 stars 271 forks source link

fix: missed await keyword #431

Closed IgorShadurin closed 11 months ago

IgorShadurin commented 11 months ago

In the test file test/utils/transaction.test.js, there were 4 instances where the await keyword was missed, potentially affecting the execution flow of asynchronous operations.