Skip to content

Commit

Permalink
fix: correct constitution key name in proposal request
Browse files Browse the repository at this point in the history
  • Loading branch information
JosephRana11 authored and Sital999 committed Nov 21, 2024
1 parent d03ddc0 commit 5896d86
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions agent-node/src/functions/proposalNewConstitution.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,12 @@ export default async function handler(
proposals: [
{
anchor: anchorData,
newConstitution: {
newconstitution: {
...newConstitutionData,
scriptHash:
'db1bc3c3f99ce68977ceaf27ab4dd917123ef9e73f85c304236eab23',
},
refundAccount: context.wallet.rewardAddress,
guardrailscript: guardRailScript || undefined,
},
],
}
Expand Down

0 comments on commit 5896d86

Please sign in to comment.