Skip to content

Commit

Permalink
Add more logs
Browse files Browse the repository at this point in the history
  • Loading branch information
lumtis committed Nov 16, 2023
1 parent 162c657 commit be56d5c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions cmd/zetacored/observer_accounts.go
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ func AddObserverAccountsCmd() *cobra.Command {
var nodeAccounts []*types.NodeAccount
var keygenPubKeys []string
observersForChain := map[int64][]string{}

// DefaultChainsList is based on Build Flags
supportedChains := common.DefaultChainsList()
var balances []banktypes.Balance
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ func (sm *SmokeTest) TestPauseZRC20() {
}

// Operation on a contract that interact with ETH ZRC20 should fail
fmt.Println("Vault contract can no longer interact with ETH ZRC20")
fmt.Printf("Vault contract can no longer interact with ETH ZRC20: %s\n", sm.ETHZRC20Addr.Hex())
tx, err = vaultContract.Deposit(sm.zevmAuth, sm.ETHZRC20Addr, big.NewInt(1e5))
if err != nil {
panic(err)
Expand Down

0 comments on commit be56d5c

Please sign in to comment.