mirror of
https://github.com/alexgo-io/stacks-puppet-node.git
synced 2026-04-24 03:45:38 +08:00
fix: update /new_burn_block payload schema
"amount" vs "amt" ad145207ce/testnet/stacks-node/src/event_dispatcher.rs (L134)
This commit is contained in:
@@ -97,7 +97,7 @@ Example:
|
||||
"reward_recipients": [
|
||||
{
|
||||
"recipient": "1C56LYirKa3PFXFsvhSESgDy2acEHVAEt6",
|
||||
"amount": 5000
|
||||
"amt": 5000
|
||||
}
|
||||
],
|
||||
"burn_amount": 12000
|
||||
|
||||
Reference in New Issue
Block a user