Rename postTx -> broadcastTx in launchpad/cosmwasm etc
This commit is contained in:
@@ -36,5 +36,5 @@ const signedTx: StdTx = {
|
||||
signatures: [signature],
|
||||
};
|
||||
|
||||
const result = await client.postTx(signedTx);
|
||||
console.log("Post result:", result);
|
||||
const result = await client.broadcastTx(signedTx);
|
||||
console.log("Broadcast result:", result);
|
||||
|
||||
Reference in New Issue
Block a user