Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
rabbitprincess committed Nov 27, 2023
1 parent d5d3c8c commit cf4f0c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion consensus/chain/tx.go
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ func (g *BlockGenerator) GatherTXs() ([]types.Transaction, error) {
return nil, err
}

if err := contract.SaveRecoveryPoint(bState); err != nil {
if err := contract.SaveRecoveryPoint(bState.LuaStateDB); err != nil {
return nil, err
}

Expand Down

0 comments on commit cf4f0c0

Please sign in to comment.