@@ -381,7 +381,7 @@ func (h *Handler) EmulateMessageToAccountEvent(ctx context.Context, request *oas
381
381
}
382
382
err = h .storage .SaveTraceWithState (hash , trace , []abi.MethodInvocation {}, 24 * time .Hour )
383
383
if err != nil {
384
- fmt .Println ("not saved to scylla : " , err )
384
+ fmt .Println ("trace not saved: " , err )
385
385
}
386
386
}
387
387
actions , err := bath .FindActions (ctx , trace , bath .WithInformationSource (h .storage ))
@@ -440,7 +440,7 @@ func (h *Handler) EmulateMessageToEvent(ctx context.Context, request *oas.Emulat
440
440
}
441
441
err = h .storage .SaveTraceWithState (hs , trace , []abi.MethodInvocation {}, 24 * time .Hour )
442
442
if err != nil {
443
- fmt .Println ("not saved to scylla : " , err )
443
+ fmt .Println ("trace not saved: " , err )
444
444
}
445
445
}
446
446
}
@@ -501,7 +501,7 @@ func (h *Handler) EmulateMessageToTrace(ctx context.Context, request *oas.Emulat
501
501
}
502
502
err = h .storage .SaveTraceWithState (hs , trace , []abi.MethodInvocation {}, 24 * time .Hour )
503
503
if err != nil {
504
- fmt .Println ("not saved to scylla : " , err )
504
+ fmt .Println ("trace not saved: " , err )
505
505
}
506
506
}
507
507
}
@@ -635,7 +635,7 @@ func (h *Handler) EmulateMessageToWallet(ctx context.Context, request *oas.Emula
635
635
}
636
636
err = h .storage .SaveTraceWithState (hash , trace , []abi.MethodInvocation {}, 24 * time .Hour )
637
637
if err != nil {
638
- fmt .Println ("not saved to scylla : " , err )
638
+ fmt .Println ("trace not saved: " , err )
639
639
}
640
640
}
641
641
t := convertTrace (trace , h .addressBook )
0 commit comments