Skip to content

Commit 2efd2c0

Browse files
committed
remove ts
1 parent 3611dea commit 2efd2c0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/flamenco/runtime/sysvar/fd_sysvar_epoch_schedule.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,15 +37,15 @@ fd_sysvar_epoch_schedule_write( fd_bank_t * bank,
3737
fd_funk_txn_xid_t const * xid,
3838
fd_capture_ctx_t * capture_ctx,
3939
fd_epoch_schedule_t const * epoch_schedule ) {
40-
40+
4141
uchar enc[ FD_SYSVAR_EPOCH_SCHEDULE_BINCODE_SZ ] = {0};
42-
42+
4343
fd_bincode_encode_ctx_t ctx = {
4444
.data = enc,
4545
.dataend = enc + FD_SYSVAR_EPOCH_SCHEDULE_BINCODE_SZ
4646
};
4747
if( FD_UNLIKELY( fd_epoch_schedule_encode( epoch_schedule, &ctx ) ) ) {
48-
FD_LOG_ERR(("fd_epoch_schedule_encode failed"));
48+
FD_LOG_ERR(( "fd_epoch_schedule_encode failed" ));
4949
}
5050

5151
fd_sysvar_account_update( bank, accdb, xid, capture_ctx, &fd_sysvar_epoch_schedule_id, enc, FD_SYSVAR_EPOCH_SCHEDULE_BINCODE_SZ );

0 commit comments

Comments
 (0)