Skip to content

Commit

Permalink
fix: Add retry policy to raw transactions (#232)
Browse files Browse the repository at this point in the history
  • Loading branch information
darioAnongba authored Feb 24, 2022
1 parent 10b4b2f commit 5b9e40a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pegasys-orchestrate",
"version": "6.1.0",
"version": "6.1.1",
"description": "The PegaSys Orchestrate library provides convenient access to the Codefi Orchestrate API from applications written in server-side JavaScript",
"main": "lib/index.js",
"files": [
Expand Down
3 changes: 3 additions & 0 deletions src/client/types/ITransaction.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@ interface IDeployContractParams extends IBaseTransactionParams, IPrivateTransact
export interface ISendRawRequest extends IBaseRequest {
params: {
raw: string
retryPolicy?: {
interval: string
}
}
}

Expand Down

0 comments on commit 5b9e40a

Please sign in to comment.