Skip to content

Commit

Permalink
Merge pull request #3233 from stacks-network/feat/bill-fee-before-tx-…
Browse files Browse the repository at this point in the history
…processing

Feat/bill-tx-fee-before-processing
  • Loading branch information
jcnelson authored Aug 4, 2022
2 parents b9b5efd + 14ea30a commit 2f866f0
Show file tree
Hide file tree
Showing 3 changed files with 2,188 additions and 1,124 deletions.
2 changes: 2 additions & 0 deletions src/chainstate/stacks/db/blocks.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4661,6 +4661,7 @@ impl StacksChainState {
execution_cost,
microblock_header: None,
tx_index: 0,
vm_error: None,
};

all_receipts.push(receipt);
Expand Down Expand Up @@ -4724,6 +4725,7 @@ impl StacksChainState {
execution_cost: ExecutionCost::zero(),
microblock_header: None,
tx_index: 0,
vm_error: None,
})
}
Err(e) => {
Expand Down
Loading

0 comments on commit 2f866f0

Please sign in to comment.