Browse Source

Remove unneeded code

friedger-patch-7
elHornair 3 years ago
committed by Patrick Gray
parent
commit
36edf1206a
  1. 8
      src/pages/understand-stacks/transactions.md

8
src/pages/understand-stacks/transactions.md

@ -283,14 +283,6 @@ const standardSTXPostCondition = makeStandardSTXPostCondition(
amount amount
); );
const postConditions = [
makeStandardSTXPostCondition(
postConditionAddress,
postConditionCode,
postConditionAmount
)
];
const txOptions = { const txOptions = {
..., // other transaction options ..., // other transaction options
postConditions: [standardSTXPostCondition] postConditions: [standardSTXPostCondition]

Loading…
Cancel
Save