Rename Transakcio to Til for a easier usage

Rename Transakcio to Til for a easier usage, also change til.TestContext
to til.Context, and til.NewTestContext to til.NewContext.
This commit is contained in:
arnaucube
2020-10-21 15:09:16 +02:00
parent cfdea57977
commit 265bdf23e3
11 changed files with 166 additions and 60 deletions

View File

@@ -60,7 +60,7 @@ func TestSync(t *testing.T) {
require.Nil(t, err)
assert.Equal(t, int64(1), blocks[0].EthBlockNum)
// TODO once transakcio is completed
// TODO once Til is completed
/*
// Test Sync for a block with new Tokens and L1UserTxs
// accounts := test.GenerateKeys(t, []string{"A", "B", "C", "D"})