parse_new_tx doesn't take a third argument
This commit is contained in:
parent
f22dfa759b
commit
593b96884e
@ -160,7 +160,7 @@ export default class Services {
|
|||||||
|
|
||||||
async parseNewTx(tx: string) {
|
async parseNewTx(tx: string) {
|
||||||
try {
|
try {
|
||||||
const parsedTx = await this.sdkClient.parse_new_tx(tx, 0, 0.0001);
|
const parsedTx = await this.sdkClient.parse_new_tx(tx, 0);
|
||||||
if (parsedTx) {
|
if (parsedTx) {
|
||||||
console.log('🚀 ~ Services ~ parseNewTx ~ parsedTx:', parsedTx);
|
console.log('🚀 ~ Services ~ parseNewTx ~ parsedTx:', parsedTx);
|
||||||
try {
|
try {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user