Skip to content

Commit 8b7e4f5

Browse files
committed
fix: airdrop result
1 parent 570db75 commit 8b7e4f5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

deployment/utils/chain.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,7 @@ func FundWallets(t *testing.T, client ton.APIClientWrapped, recipients []*addres
108108
if err != nil {
109109
return fmt.Errorf("airdrop completion verification failed: %w", err)
110110
}
111+
t.Logf("✓ %d funded successfully", len(recipients))
111112
return nil
112113
}
113114

@@ -204,7 +205,6 @@ func StartChain(t *testing.T, chainID uint64, once *sync.Once) (cldf_ton.Chain,
204205
if err != nil {
205206
return cldf_ton.Chain{}, fmt.Errorf("airdrop completion verification failed: %w", err)
206207
}
207-
208208
t.Logf("TON chain started and funded wallet: %s", tonChain.WalletAddress.String())
209209

210210
return tonChain, nil

0 commit comments

Comments
 (0)