Skip to content

Commit

Permalink
fix(core): set passthrough as outputs_validator when call send_transa…
Browse files Browse the repository at this point in the history
…ction rpc call
  • Loading branch information
johnz1019 committed Oct 8, 2021
1 parent 7dc6d99 commit 2c20ecc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/core.ts
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,8 @@ export default class PWCore {
}

return this.rpc.send_transaction(
transformers.TransformTransaction(await signer.sign(tx))
transformers.TransformTransaction(await signer.sign(tx)),
'passthrough'
);
}

Expand Down

0 comments on commit 2c20ecc

Please sign in to comment.