Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import (
"github.com/stretchr/testify/require"
)

// traceExpOperation encapsulates the setup and invocation of tracing an KECCAK256 operation.
// traceKeccakOperation encapsulates the setup and invocation of tracing an KECCAK256 operation.
func traceKeccakOperation(t *testing.T, tracer *KeccakTracer, opCode vm.OpCode, offset, size uint64, mem []byte) bool {
t.Helper()
stack := []uint256.Int{*uint256.NewInt(size), *uint256.NewInt(offset)}
Expand Down
2 changes: 1 addition & 1 deletion nil/tests/multitoken/multitoken_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -664,7 +664,7 @@ func (s *SuiteMultiTokenRpc) TestIncomingBalance() {
checkBalance(big.NewInt(20_000), big.NewInt(20_100), receipt.OutReceipts[0])
}

// NameTokensTestNoExternalAccess contract has no external access to token
// TestNoExternalAccess contract has no external access to token
func (s *SuiteMultiTokenRpc) TestNoExternalAccess() {
abiTest, err := contracts.GetAbi(contracts.NameTokensTestNoExternalAccess)
s.Require().NoError(err)
Expand Down