Skip to content

Commit

Permalink
Update timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
Evgeny Kuzyakov committed Oct 9, 2019
1 parent a0bd9b2 commit 75b643e
Show file tree
Hide file tree
Showing 83 changed files with 373 additions and 373 deletions.
2 changes: 1 addition & 1 deletion dist/nearlib.js
Original file line number Diff line number Diff line change
Expand Up @@ -778,7 +778,7 @@ class JsonRpcProvider extends provider_1.Provider {
}
else {
const errorMessage = `[${response.error.code}] ${response.error.message}: ${response.error.data}`;
if (errorMessage === '[-32000] Server error: ') {
if (errorMessage === '[-32000] Server error: send_tx_commit has timed out.') {
throw new TypedError('send_tx_commit has timed out.', 'TimeoutError');
}
else {
Expand Down
2 changes: 1 addition & 1 deletion dist/nearlib.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

48 changes: 24 additions & 24 deletions docs/nearlib/classes/_account_.account.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/nearlib/classes/_account_creator_.accountcreator.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions docs/nearlib/classes/_account_creator_.localaccountcreator.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions docs/nearlib/classes/_account_creator_.urlaccountcreator.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions docs/nearlib/classes/_connection_.connection.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions docs/nearlib/classes/_contract_.contract.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 75b643e

Please sign in to comment.