Skip to content

Commit d36a9a0

Browse files
Merge branch 'main' into build/bump-dev
2 parents 1a9e96a + 6b1932c commit d36a9a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cli/src/modules/governance/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ class GovernanceModule extends Module {
1919

2020
await super.install({
2121
state,
22-
arg: args.serializeBinary(),
22+
arg: args.serializeBinary().buffer as ArrayBuffer,
2323
identities,
2424
...rest
2525
});

0 commit comments

Comments
 (0)