Skip to content

Commit e59c513

Browse files
committed
fix(sdk-core): rename bandwidthWeight/energyWeight to bandwidthSun/energySun
TICKET: CHALO-194
1 parent 681c554 commit e59c513

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

modules/sdk-core/src/bitgo/wallet/iWallet.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -564,8 +564,8 @@ export interface AccountResourceInfo {
564564
energySunRequired?: string;
565565
};
566566
maxResourcesDelegatable?: {
567-
bandwidthWeight: string;
568-
energyWeight: string;
567+
bandwidthSun: string;
568+
energySun: string;
569569
};
570570
}
571571

0 commit comments

Comments
 (0)