You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/* TODO: We can't print the full txnhash here typically because we
417
-
might only be able to see 20 bytes, but we need to print it for
418
-
diagnostic purposes. Remove once bug is identified. */
419
-
if( FD_UNLIKELY( !blockcache ) ) FD_LOG_CRIT(( "transaction %s refers to blockhash %s which does not exist on fork", FD_BASE58_ENC_32_ALLOCA( txnhash ), FD_BASE58_ENC_32_ALLOCA( blockhash ) ));
/* TODO: We can't print the full txnhash here typically because we
454
-
might only be able to see 20 bytes, but we need to print it for
455
-
diagnostic purposes. Remove once bug is identified. */
456
-
if( FD_UNLIKELY( !blockcache ) ) FD_LOG_CRIT(( "transaction %s refers to blockhash %s which does not exist on fork", FD_BASE58_ENC_32_ALLOCA( txnhash ), FD_BASE58_ENC_32_ALLOCA( blockhash ) ));
0 commit comments