v0.4.15
Some checks failed
CI / build (push) Has been cancelled

This commit is contained in:
ppedziwiatr
2022-01-14 13:08:13 +01:00
parent 5f00d1ee6a
commit 6fd243b360
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "redstone-smartweave",
"version": "0.4.14",
"version": "0.4.15",
"description": "An implementation of the SmartWeave smart contract protocol.",
"main": "./lib/cjs/index.js",
"module": "./lib/esm/index.js",

View File

@@ -291,7 +291,7 @@ export class HandlerBasedContract<State> implements Contract<State> {
}
}
private async createExecutionContext(
private async createExecutionContext(
contractTxId: string,
blockHeight?: number,
forceDefinitionLoad = false