-
Notifications
You must be signed in to change notification settings - Fork 17
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
scripts: add compare-deposits for quick main/fs chain comparisons #400
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Otherwise LGTM.
7f219ea
to
7dd46cd
Compare
"github.com/urfave/cli" | ||
) | ||
|
||
var errStateMatches = errors.New("state matches") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
And BTW, this error is unused, just remove it.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed.
7dd46cd
to
63e5179
Compare
Signed-off-by: Roman Khimov <roman@nspcc.ru>
63e5179
to
81c06d7
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
good overall, i wont dive into the code deeply according to #400 (comment)
neoFSContract := c.Args().Get(1) | ||
rpcFS := c.Args().Get(2) | ||
if rpcMain == "" { | ||
return errors.New("no arguments given") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
wont be very true with "" hello world
input
No description provided.