KOSASIH / pi-nexus-autonomous-banking-network

async function should have await expression JS-0116
Bug risk
Minor
1 occurrence in this check
Found async function without any await expressions
 9    );
10  }
11
12  async getBalance(address) {13    return this.web3.eth.getBalance(address);14  }15
16  async transferFunds(from, to, amount) {
17    // Implement transfer logic using Web3