fix: update /new_burn_block payload schema

"amount" vs "amt" ad145207ce/testnet/stacks-node/src/event_dispatcher.rs (L134)
This commit is contained in:
Matthew Little
2021-02-15 17:11:29 +01:00
committed by GitHub
parent ad145207ce
commit 532172cc79

View File

@@ -97,7 +97,7 @@ Example:
"reward_recipients": [
{
"recipient": "1C56LYirKa3PFXFsvhSESgDy2acEHVAEt6",
"amount": 5000
"amt": 5000
}
],
"burn_amount": 12000