Skip to content

Commit 2f6ab15

Browse files
committed
update cancelProposal proposal type
1 parent ac50fe8 commit 2f6ab15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sign/types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ export const cancelProposal2Types = {
197197
{ name: 'from', type: 'string' },
198198
{ name: 'space', type: 'string' },
199199
{ name: 'timestamp', type: 'uint64' },
200-
{ name: 'proposal', type: 'bytes32' }
200+
{ name: 'proposal', type: 'string' }
201201
]
202202
};
203203

0 commit comments

Comments
 (0)