Skip to content

Conversation

@franklynot
Copy link

No description provided.

@franklynot franklynot marked this pull request as draft February 6, 2025 22:05
let lock_scripts_cache_path = get_lock_scripts_cache_path(&cache_id);
if !lock_scripts_cache_path.exists() {
write_cache(&lock_scripts_cache_path, &self.lock_scripts).map_err(SerError::custom)?;
let lock_scripts_bytes: Vec<Vec<u8>> = self
Copy link
Author

Choose a reason for hiding this comment

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

Instead of this, we would just implement the Encode, Decode traits for ScriptBuf.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants