@@ -420,7 +420,7 @@ func (h *Handler) EmulateMessageToAccountEvent(ctx context.Context, request *oas
420
420
}
421
421
err = h .storage .SaveTraceWithState (hash , trace , []abi.MethodInvocation {}, 24 * time .Hour )
422
422
if err != nil {
423
- fmt .Println ("not saved to scylla : " , err )
423
+ fmt .Println ("trace not saved: " , err )
424
424
}
425
425
}
426
426
actions , err := bath .FindActions (ctx , trace , bath .WithInformationSource (h .storage ))
@@ -479,7 +479,7 @@ func (h *Handler) EmulateMessageToEvent(ctx context.Context, request *oas.Emulat
479
479
}
480
480
err = h .storage .SaveTraceWithState (hs , trace , []abi.MethodInvocation {}, 24 * time .Hour )
481
481
if err != nil {
482
- fmt .Println ("not saved to scylla : " , err )
482
+ fmt .Println ("trace not saved: " , err )
483
483
}
484
484
}
485
485
}
@@ -540,7 +540,7 @@ func (h *Handler) EmulateMessageToTrace(ctx context.Context, request *oas.Emulat
540
540
}
541
541
err = h .storage .SaveTraceWithState (hs , trace , []abi.MethodInvocation {}, 24 * time .Hour )
542
542
if err != nil {
543
- fmt .Println ("not saved to scylla : " , err )
543
+ fmt .Println ("trace not saved: " , err )
544
544
}
545
545
}
546
546
}
@@ -674,7 +674,7 @@ func (h *Handler) EmulateMessageToWallet(ctx context.Context, request *oas.Emula
674
674
}
675
675
err = h .storage .SaveTraceWithState (hash , trace , []abi.MethodInvocation {}, 24 * time .Hour )
676
676
if err != nil {
677
- fmt .Println ("not saved to scylla : " , err )
677
+ fmt .Println ("trace not saved: " , err )
678
678
}
679
679
}
680
680
t := convertTrace (trace , h .addressBook )
0 commit comments