Skip to content

Commit

Permalink
index extrinsic success
Browse files Browse the repository at this point in the history
  • Loading branch information
guplersaxanoid committed Jul 18, 2022
1 parent 2a6eb5b commit 12710fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/handlers/extrinsic.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export async function ensureExtrinsic (extrinsic: SubstrateExtrinsic) {
record.signature = extrinsic.extrinsic.signature.toString();
record.tip = extrinsic.extrinsic.tip.toString();
record.blockId = block.id;

record.isSuccess = extrinsic.success;
const signerId = extrinsic?.extrinsic?.signer?.toString();

if (signerId) {
Expand Down

0 comments on commit 12710fc

Please sign in to comment.