Skip to content

Instantly share code, notes, and snippets.

@bluepnume
Last active May 17, 2021 04:29
Show Gist options
  • Save bluepnume/aa6047765f953f3d24360962e1fd3879 to your computer and use it in GitHub Desktop.
Save bluepnume/aa6047765f953f3d24360962e1fd3879 to your computer and use it in GitHub Desktop.
network.listen('ADD_TRANSACTION', async (signedTransaction) => {
mempool.push(signedTransaction);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment