SHA256
Починить native Ed25519 update_user_pda без OOM
This commit is contained in:
@@ -294,7 +294,7 @@ describe("shine_users e2e", () => {
|
||||
.instruction();
|
||||
|
||||
await provider.sendAndConfirm(
|
||||
new Transaction().add(createLastBlockEdIx, createEdIx, createIx),
|
||||
new Transaction().add(createEdIx, createLastBlockEdIx, createIx),
|
||||
[]
|
||||
);
|
||||
|
||||
@@ -388,7 +388,7 @@ describe("shine_users e2e", () => {
|
||||
.instruction();
|
||||
|
||||
await provider.sendAndConfirm(
|
||||
new Transaction().add(updateLastBlockEdIx, updateEdIx, updateIx),
|
||||
new Transaction().add(updateEdIx, updateLastBlockEdIx, updateIx),
|
||||
[]
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user