Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
xlc committed Nov 8, 2024
1 parent 4bafc33 commit e17f4e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Blockchain/Sources/Blockchain/State/StateLayer.swift
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ public struct StateLayer: @unchecked Sendable {
get {
changes[
StateKeys.ServiceAccountPreimageInfoKey(index: index, hash: hash, length: length)
]!.value()!
]?.value()
}
set {
changes[StateKeys.ServiceAccountPreimageInfoKey(index: index, hash: hash, length: length)] = .init(newValue)
Expand Down

0 comments on commit e17f4e2

Please sign in to comment.