Skip to content

Commit 797afe9

Browse files
authored
Merge pull request #2447 from blockstack/zone117x-fix-burn-block-amt
fix: update /new_burn_block payload schema
2 parents f693be7 + 532172c commit 797afe9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/event-dispatcher.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ Example:
9797
"reward_recipients": [
9898
{
9999
"recipient": "1C56LYirKa3PFXFsvhSESgDy2acEHVAEt6",
100-
"amount": 5000
100+
"amt": 5000
101101
}
102102
],
103103
"burn_amount": 12000

0 commit comments

Comments
 (0)