Skip to content

Commit 7e92f98

Browse files
committed
chore: remove obsolete comment as a drive-by
1 parent 240ada4 commit 7e92f98

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/client-utils/src/signing-smart-wallet-kit.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,6 @@ type WalletStoreEntryProxy<T, Recursive extends true | false = false> = {
5757
: never;
5858
};
5959

60-
// TODO parameterize as part of https://github.com/Agoric/agoric-sdk/issues/5912
6160
const defaultFee: StdFee = {
6261
amount: [{ denom: 'ubld', amount: '500000' }], // XXX enough?
6362
gas: '19700000',

0 commit comments

Comments
 (0)