Skip to content

Commit 9d65efa

Browse files
authored
🔀 Merge pull request #228 from perun-network/fix/state-app-decoding
backend/eth/channel: Fix state app decoding
2 parents 3b79c96 + 3b042f0 commit 9d65efa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

backend/ethereum/channel/backend.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -263,6 +263,7 @@ func FromEthState(app channel.App, s *adjudicator.ChannelState) channel.State {
263263
ID: s.ChannelID,
264264
Version: s.Version,
265265
Allocation: alloc,
266+
App: app,
266267
Data: data,
267268
IsFinal: s.IsFinal,
268269
}

0 commit comments

Comments
 (0)