Skip to content

Commit cf43ceb

Browse files
authored
Sanity check of proposed query
1 parent 0286c80 commit cf43ceb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

multisig-code.fc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ _ unpack_owner_info(slice cs) inline_ref {
6363
throw_unless(36, slice_hash(msg) == slice_hash(in_msg));
6464
return (creator_i, cnt, cnt_bits, msg);
6565
}
66+
throw_unless(43, slice_refs(in_msg) * 8 == slice_bits(in_msg));
6667
return (root_i, 0, 0, in_msg);
6768
}
6869

0 commit comments

Comments
 (0)