Last active
May 17, 2021 04:29
-
-
Save bluepnume/aa6047765f953f3d24360962e1fd3879 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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