Skip to content

Commit c52ab9e

Browse files
committed
Clarify returned var is called feePerCost
1 parent 59b2cae commit c52ab9e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/api/src/services/WalletService.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,7 @@ export default class Wallet extends Service {
306306
}
307307

308308
async getFeeEstimate() {
309-
return this.command<{ feeEstimate: number }>('get_fee_estimate');
309+
return this.command<{ feePerCost: number }>('get_fee_estimate');
310310
}
311311

312312
async getSyncStatus() {

0 commit comments

Comments
 (0)