Skip to content

Commit

Permalink
fix(program): space calculation transaction_buffer
Browse files Browse the repository at this point in the history
  • Loading branch information
0xRigel committed Nov 7, 2024
1 parent 6d5235d commit 7360d8a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ impl TransactionBuffer {
8 + // anchor account discriminator
32 + // multisig
32 + // creator
8 + // buffer_index
8 + // vault_index
1 + // buffer_index
1 + // vault_index
32 + // transaction_message_hash
2 + // final_buffer_size
4 + // vec length bytes
Expand Down

0 comments on commit 7360d8a

Please sign in to comment.