Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: resolve ChainSpec script deserialize issue #1077

Merged
merged 1 commit into from
Jun 20, 2019

Conversation

quake
Copy link
Member

@quake quake commented Jun 20, 2019

No description provided.

@quake quake requested a review from a team June 20, 2019 13:37
@nervos-bot
Copy link

nervos-bot bot commented Jun 20, 2019

@TheWaWaR is assigned as the chief reviewer

@doitian
Copy link
Member

doitian commented Jun 20, 2019

@nervos-bot-user try integration

@@ -237,23 +237,23 @@ impl GenesisCell {
fn build_output(&self) -> Result<CellOutput, Box<dyn Error>> {
let mut cell = CellOutput::default();
cell.data = self.message.as_bytes().into();
cell.lock.clone_from(&self.lock);

This comment was marked as resolved.

Copy link
Member

Choose a reason for hiding this comment

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

They have different types, one is core script, another is jsontypes script

@quake quake merged commit f01341f into develop Jun 20, 2019
@quake quake deleted the quake/fix-lock-args-desr branch June 21, 2019 03:15
This was referenced Jun 21, 2019
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.

None yet

7 participants