Updated deserialization of transaction
This commit is contained in:
@@ -40,9 +40,9 @@ umi.use(signerIdentity(createSignerFromKeypair(umi, keypair)));
|
||||
// }
|
||||
// )
|
||||
|
||||
// let result = await tx.sendAndConfirm(umi).then(r => r.signature.toString());
|
||||
// console.log(result);
|
||||
// let result = await tx.sendAndConfirm(umi);
|
||||
// console.log(bs58.encode(result.signature));
|
||||
} catch(e) {
|
||||
console.error(`Oops, something went wrong: ${e}`)
|
||||
}
|
||||
})();
|
||||
})();
|
||||
|
||||
Reference in New Issue
Block a user