Skip to content

Commit 1ae32d0

Browse files
committed
removal of default actions prop values on sign-transaction - stop error flag
1 parent 7e639e0 commit 1ae32d0

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

components/overledger/actions/sign-a-transaction/sign-a-transaction.mjs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@ export default {
1919
type: "string",
2020
label: "Location Technology",
2121
description: "The blockchain technology used for this transaction, e.g., ethereum, substrate - required in order to set the dltfee",
22-
//previous prep step output - reuired in this step in order to set the dltfee unit
23-
default: ({ steps }) => steps.prepare_smart_contract_transaction?.locationTechnology || "ethereum",
2422
},
2523
keyId: {
2624
type: "string",
@@ -41,8 +39,6 @@ export default {
4139
type: "object",
4240
label: "Native Data",
4341
description: "A JSON object representing the transaction required to be signed.",
44-
// Reference the output of the previous step
45-
default: ({ steps }) => steps.prepare_smart_contract_transaction?.nativeData || {},
4642
},
4743
},
4844
async run({ $ }) {

0 commit comments

Comments
 (0)