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

Feature/no checksig in start tx exit #8

Open
wants to merge 3 commits into
base: develop
Choose a base branch
from

Conversation

avoloshko
Copy link
Contributor

No description provided.

function validateProofSignaturesAndTxData(bytes _txBytes, bytes _proof, bytes _signature, address _signer, uint256 _targetBlock)
public
function validateProofSignaturesAndTxData(Transaction.TX memory transaction, bytes _proof, bytes _signature, address _signer, uint256 _targetBlock, bool checkSig)
private
Copy link
Contributor

Choose a reason for hiding this comment

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

with public, we allow any user to validate on-chain... any reason why you want this to be private?

@DZariusz
Copy link
Contributor

DZariusz commented Nov 1, 2018

beside small question about public/private, all looks good
👍

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