Skip to content

Commit

Permalink
remove comments
Browse files Browse the repository at this point in the history
  • Loading branch information
BurntVal committed Nov 25, 2024
1 parent 5fc5868 commit 88044af
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/abstraxion-core/src/GranteeSignerClient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,6 @@ export class GranteeSignerClient extends SigningCosmWasmClient {

let usedFee: StdFee;

// treasury vs legacy config granter
const granter = this._treasury ? this._treasury : this.granterAddress;

if (fee == "auto" || typeof fee === "number") {
Expand All @@ -149,7 +148,6 @@ export class GranteeSignerClient extends SigningCosmWasmClient {
granter,
};
} else {
// Do we want to override granter in this case?
usedFee = { ...fee, granter };
}

Expand Down

0 comments on commit 88044af

Please sign in to comment.