Fix typo variable name.

This commit is contained in:
Miguel Medeiros 2021-09-03 14:35:06 -03:00
parent a151c5cddd
commit 5977e96034
No known key found for this signature in database
GPG Key ID: 819EDEE4673F3EBB

View File

@ -3505,7 +3505,7 @@ export class ApiDocsComponent implements OnInit {
}, },
difficulty: { difficulty: {
codeTemplate: { codeTemplate: {
commonJs: ` commonJS: `
const { %{0}: { difficulty } } = mempoolJS(); const { %{0}: { difficulty } } = mempoolJS();
const difficultyAdjustment = await difficulty.getDifficultyAdjustment(); const difficultyAdjustment = await difficulty.getDifficultyAdjustment();