Skip to content

Commit f7062d3

Browse files
committed
fix(devx) create signed commit
1 parent e878fac commit f7062d3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/site/static/json/about-iota/iota-architecture/transaction-lifecycle.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,10 @@
3030
{
3131
"questionText": "What ensures that double-spending is prevented during the certification process?",
3232
"answerOptions": [
33-
{ "answerText": "Validators reject all shared object transactions.", "isCorrect": false },
34-
{ "answerText": "Validators use a method called quorum intersection.", "isCorrect": true },
35-
{ "answerText": "Full nodes individually certify transactions.", "isCorrect": false },
36-
{ "answerText": "Only the user's wallet app can sign transactions.", "isCorrect": false }
33+
{ "answerText": "Validators reject all shared object transactions", "isCorrect": false },
34+
{ "answerText": "Validators use a method called quorum intersection", "isCorrect": true },
35+
{ "answerText": "Full nodes individually certify transactions", "isCorrect": false },
36+
{ "answerText": "Only the user's wallet app can sign transactions", "isCorrect": false }
3737
]
3838
}
3939
]

0 commit comments

Comments
 (0)