From 087f0cc3066a42d7db859292f2a8d48577bcd972 Mon Sep 17 00:00:00 2001 From: BelfordZ Date: Thu, 26 Dec 2024 09:35:34 -0800 Subject: [PATCH] fix: add transferFromSecureAccount to internal tx type enumb --- src/shardeum/verifyGlobalTxReceipt.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/shardeum/verifyGlobalTxReceipt.ts b/src/shardeum/verifyGlobalTxReceipt.ts index ac95a109..300b01e5 100644 --- a/src/shardeum/verifyGlobalTxReceipt.ts +++ b/src/shardeum/verifyGlobalTxReceipt.ts @@ -29,6 +29,7 @@ export enum InternalTXType { ChangeNetworkParam = 10, ApplyNetworkParam = 11, Penalty = 12, + TransferFromSecureAccount = 13, } export const verifyGlobalTxAccountChange = (