Skip to content

Commit

Permalink
Removed a comment
Browse files Browse the repository at this point in the history
  • Loading branch information
esuwu committed Jan 23, 2024
1 parent c7e9633 commit 2c7234f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions pkg/state/transaction_performer.go
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,6 @@ type transactionPerformer interface {
createInitialBlockSnapshot(minerAndRewardChanges []balanceChanges) (txSnapshot, error)
// used for creating snapshots from failed changes
generateBalancesSnapshot(balanceChanges []balanceChanges) (txSnapshot, error)

// used to add initial balances to `balances` for supporting old SH
}

type performerInfo struct {
Expand Down
1 change: 0 additions & 1 deletion pkg/state/tx_snapshot.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ type snapshotApplierHooks interface {
type extendedSnapshotApplier interface {
SetApplierInfo(info *blockSnapshotsApplierInfo)
filterZeroDiffsSHOut(blockID proto.BlockID)
// saveInitialBalances
proto.SnapshotApplier
internalSnapshotApplier
snapshotApplierHooks
Expand Down

0 comments on commit 2c7234f

Please sign in to comment.