@@ -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",
|
||||
|
||||
@@ -291,7 +291,7 @@ export class HandlerBasedContract<State> implements Contract<State> {
|
||||
}
|
||||
}
|
||||
|
||||
private async createExecutionContext(
|
||||
private async createExecutionContext(
|
||||
contractTxId: string,
|
||||
blockHeight?: number,
|
||||
forceDefinitionLoad = false
|
||||
|
||||
Reference in New Issue
Block a user