Skip to content

Commit

Permalink
#added mpe_address to validation
Browse files Browse the repository at this point in the history
  • Loading branch information
anandsnet committed Jun 10, 2019
1 parent 14bcafc commit d9cf7f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion escrow/state_service.go
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,8 @@ func (service *PaymentChannelStateService) GetChannelState(context context.Conte
// signature verification
message := bytes.Join([][]byte{
[]byte("__get_channel_state"),
bigIntToBytes(channelID),
service.mpeAddress().Bytes(),
bigIntToBytes(channelID),
abi.U256(big.NewInt(int64(request.CurrentBlock))),
}, nil)
signature := request.GetSignature()
Expand Down

0 comments on commit d9cf7f5

Please sign in to comment.