Skip to content

Commit 769f048

Browse files
committed
fix
1 parent b83adb8 commit 769f048

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

x/crosschain/types/cmd_cctxs_test.go

+4-4
Original file line numberDiff line numberDiff line change
@@ -242,22 +242,22 @@ func TestGetERC20CustodyPausingCmdCCTXIndecString(t *testing.T) {
242242
chainID := int64(42)
243243

244244
// ACT
245-
index := types.GetERC20CustodyPausingCmdCCTXIndecString(
245+
index := types.GetERC20CustodyPausingCmdCCTXIndexString(
246246
tssPubKey,
247247
nonce,
248248
chainID,
249249
)
250-
indexDifferentTSSPubkey := types.GetERC20CustodyPausingCmdCCTXIndecString(
250+
indexDifferentTSSPubkey := types.GetERC20CustodyPausingCmdCCTXIndexString(
251251
sample.PubKeyString(),
252252
nonce,
253253
chainID,
254254
)
255-
indexDifferentNonce := types.GetERC20CustodyPausingCmdCCTXIndecString(
255+
indexDifferentNonce := types.GetERC20CustodyPausingCmdCCTXIndexString(
256256
tssPubKey,
257257
nonce+1,
258258
chainID,
259259
)
260-
indexDifferentChainID := types.GetERC20CustodyPausingCmdCCTXIndecString(
260+
indexDifferentChainID := types.GetERC20CustodyPausingCmdCCTXIndexString(
261261
tssPubKey,
262262
nonce,
263263
chainID+1,

0 commit comments

Comments
 (0)