* @param {(Rpc|string|URL)} rpc - RPC node information required to refresh accounts, calculate PoW, and process blocks\r
* @returns {Promise<Map<number, Account>>} Promise for accounts with updated balances, frontiers, and representatives\r
*/\r
- async refresh (rpc: Rpc | string | URL, from: number = 0, to: number = from): Promise<Map<number, Account>> {\r
+ async refresh (rpc: Rpc | string | URL, from: number = 0, to: number = from + 1): Promise<Map<number, Account>> {\r
return _refresh(this, rpc, from, to)\r
}\r
\r