Commit fc3bb88 1 parent 8400b25 commit fc3bb88 Copy full SHA for fc3bb88
File tree 2 files changed +3
-1
lines changed
packages/plugin-cosmos/src/actions
2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -667,7 +667,6 @@ async function startAgent(
667
667
try {
668
668
character . id ??= stringToUuid ( character . name ) ;
669
669
character . username ??= character . name ;
670
-
671
670
const token = getTokenForProvider ( character . modelProvider , character ) ;
672
671
const dataDir = path . join ( __dirname , "../data" ) ;
673
672
Original file line number Diff line number Diff line change @@ -225,6 +225,9 @@ export default {
225
225
newMemo
226
226
) ;
227
227
228
+ // TODO : Handle `Invalid string. Length must be a multiple of 4` error
229
+ // Try to replace stargateClient with SigningCosmWasmClient
230
+
228
231
if ( result . code !== 0 ) {
229
232
throw new Error ( `Broadcast failed with code ${ result . code } ` ) ;
230
233
}
You can’t perform that action at this time.
0 commit comments