Skip to content

Commit fc3bb88

Browse files
committed
chore: added TODO
1 parent 8400b25 commit fc3bb88

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

agent/src/index.ts

-1
Original file line numberDiff line numberDiff line change
@@ -667,7 +667,6 @@ async function startAgent(
667667
try {
668668
character.id ??= stringToUuid(character.name);
669669
character.username ??= character.name;
670-
671670
const token = getTokenForProvider(character.modelProvider, character);
672671
const dataDir = path.join(__dirname, "../data");
673672

packages/plugin-cosmos/src/actions/transfer.ts

+3
Original file line numberDiff line numberDiff line change
@@ -225,6 +225,9 @@ export default {
225225
newMemo
226226
);
227227

228+
// TODO : Handle `Invalid string. Length must be a multiple of 4` error
229+
// Try to replace stargateClient with SigningCosmWasmClient
230+
228231
if (result.code !== 0) {
229232
throw new Error(`Broadcast failed with code ${result.code}`);
230233
}

0 commit comments

Comments
 (0)