feat: wasm access to SmartWeave env, feat: proper logging from WASM
This commit is contained in:
committed by
Piotr Pędziwiatr
parent
ad1bed08f6
commit
20525ed66a
@@ -34,9 +34,6 @@ export class WasmContractHandlerApi<State> implements HandlerApi<State> {
|
||||
currentResult: EvalStateResult<State>,
|
||||
interactionData: InteractionData<Input>
|
||||
): Promise<InteractionResult<State, Result>> {
|
||||
const contractLogger = LoggerFactory.INST.create('Contract');
|
||||
|
||||
|
||||
try {
|
||||
const {interaction, interactionTx, currentTx} = interactionData;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user