-
Notifications
You must be signed in to change notification settings - Fork 5
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
Repair allocation test #116
Conversation
@@ -1499,3 +1499,7 @@ func registerAndCreateAllocation(t *testing.T, configPath, wallet string) (strin | |||
|
|||
return allocationID, walletModel | |||
} | |||
|
|||
func registerAndCreateAllocation(t *testing.T, configPath, wallet string) (string, *climodel.Wallet) { |
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.
minor: we already have multiple utility functions that performs this functionality - can we use these instead of adding a new function?
@moldis what's the status of this PR? |
@moldis doing some tidy up - should this PR be closed? |
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.
closing as superseded by #411
If anyone objects they can re-open
This PR will work only after these 2 branches merged
0chain/zboxcli#135
https://github.com/0chain/gosdk/runs/4368402836?check_suite_focus=true
Related to #117