fix: recent blockhash decoding for conf transactions
This commit is contained in:
committed by
Michael Vines
parent
c5802bcbb6
commit
09d1b7f39f
@@ -537,7 +537,7 @@ export class Transaction {
|
||||
numReadonlySignedAccounts,
|
||||
numReadonlyUnsignedAccounts,
|
||||
},
|
||||
recentBlockhash: bs58.encode(Buffer.from(recentBlockhash)),
|
||||
recentBlockhash,
|
||||
accountKeys: accounts.map(account => new PublicKey(account)),
|
||||
instructions,
|
||||
};
|
||||
|
Reference in New Issue
Block a user