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

Refactor/adding require failure messages #265

Merged
merged 13 commits into from Sep 11, 2019

Change method called.

  • Loading branch information
Freydal committed Sep 9, 2019
commit 35ae33fdb542b689f1d0d1746fdda545f8ccf2cd
@@ -200,7 +200,7 @@ describe("ValidatorRegistry", async () => {
.then(x => x.toString())
.should.eventually.eq("0", "currentBalance");

await validatorRegistry.registerListing.sendTransactionAsync(
await validatorRegistry.registerListing.awaitTransactionSuccessAsync(
tendermintPublicKey,
minimumBalance,
TestValues.zero,
ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.