Skip to content

Commit

Permalink
Merge commit 'refs/pull/18/head' of https://github.com/zenon-network/…
Browse files Browse the repository at this point in the history
  • Loading branch information
znn committed Apr 12, 2023
2 parents cdabb26 + c774e01 commit c0978da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vm/embedded/implementation/htlc_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,16 @@ import (
"encoding/hex"
"testing"

g "github.com/zenon-network/go-zenon/chain/genesis/mock"
"github.com/zenon-network/go-zenon/common"
"github.com/zenon-network/go-zenon/common/types"
"github.com/zenon-network/go-zenon/vm/constants"
"github.com/zenon-network/go-zenon/vm/embedded/definition"
)

var (
hashlock, _ = hex.DecodeString("b7845adcd41eec4e4fa1cc75a868014811b575942c6e4a72551bc01f63705634")
defaultHtlc = definition.CreateHtlcParam{
HashLocked: g.User1.Address,
HashLocked: types.HtlcContract,
ExpirationTime: 1000000000,
HashType: 0,
KeyMaxSize: 32,
Expand Down

0 comments on commit c0978da

Please sign in to comment.