Skip to content

Commit

Permalink
fixup! Update TransactionMemos put
Browse files Browse the repository at this point in the history
  • Loading branch information
CriesofCarrots committed Oct 6, 2023
1 parent 650eb5d commit f848af0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rpc/src/transaction_status_service.rs
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ impl TransactionStatusService {
if enable_rpc_transaction_history {
if let Some(memos) = extract_and_fmt_memos(transaction.message()) {
blockstore
.write_transaction_memos(transaction.signature(), memos)
.write_transaction_memos(transaction.signature(), slot, memos)
.expect("Expect database write to succeed: TransactionMemos");
}

Expand Down

0 comments on commit f848af0

Please sign in to comment.