Skip to content

Commit 362a040

Browse files
fix: apply roles hedera adapter
Signed-off-by: jaime-iobermudez <[email protected]>
1 parent a448b1f commit 362a040

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/ats/sdk/src/port/out/hs/HederaTransactionAdapter.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -800,7 +800,7 @@ export abstract class HederaTransactionAdapter extends TransactionAdapter {
800800
security.toString(),
801801
AccessControlFacet__factory.abi,
802802
);
803-
return this.executeWithArgs(contract, '', securityId, gas, [
803+
return this.executeWithArgs(contract, 'applyRoles', securityId, gas, [
804804
roles,
805805
actives,
806806
targetId.toString(),

0 commit comments

Comments
 (0)