Skip to content

Commit

Permalink
Sanity check of proposed query
Browse files Browse the repository at this point in the history
  • Loading branch information
akifoq authored Jun 21, 2021
1 parent 0286c80 commit cf43ceb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions multisig-code.fc
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ _ unpack_owner_info(slice cs) inline_ref {
throw_unless(36, slice_hash(msg) == slice_hash(in_msg));
return (creator_i, cnt, cnt_bits, msg);
}
throw_unless(43, slice_refs(in_msg) * 8 == slice_bits(in_msg));
return (root_i, 0, 0, in_msg);
}

Expand Down

0 comments on commit cf43ceb

Please sign in to comment.