Skip to content
Open

Ok #327

Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion contracts/wallet_v5.fc

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

contracts/wallet_v5.fc5dd06c6dd859bb65c579e2c42b8b38cdf21dd529

Original file line number Diff line number Diff line change
Expand Up @@ -295,4 +295,4 @@ cell get_extensions() method_id {
return get_data().begin_parse()
.skip_bits(size::bool + size::seqno + size::wallet_id + size::public_key)
.preload_dict();
}
}