Commit 769f048 1 parent b83adb8 commit 769f048 Copy full SHA for 769f048
File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -242,22 +242,22 @@ func TestGetERC20CustodyPausingCmdCCTXIndecString(t *testing.T) {
242
242
chainID := int64 (42 )
243
243
244
244
// ACT
245
- index := types .GetERC20CustodyPausingCmdCCTXIndecString (
245
+ index := types .GetERC20CustodyPausingCmdCCTXIndexString (
246
246
tssPubKey ,
247
247
nonce ,
248
248
chainID ,
249
249
)
250
- indexDifferentTSSPubkey := types .GetERC20CustodyPausingCmdCCTXIndecString (
250
+ indexDifferentTSSPubkey := types .GetERC20CustodyPausingCmdCCTXIndexString (
251
251
sample .PubKeyString (),
252
252
nonce ,
253
253
chainID ,
254
254
)
255
- indexDifferentNonce := types .GetERC20CustodyPausingCmdCCTXIndecString (
255
+ indexDifferentNonce := types .GetERC20CustodyPausingCmdCCTXIndexString (
256
256
tssPubKey ,
257
257
nonce + 1 ,
258
258
chainID ,
259
259
)
260
- indexDifferentChainID := types .GetERC20CustodyPausingCmdCCTXIndecString (
260
+ indexDifferentChainID := types .GetERC20CustodyPausingCmdCCTXIndexString (
261
261
tssPubKey ,
262
262
nonce ,
263
263
chainID + 1 ,
You can’t perform that action at this time.
0 commit comments