Skip to content

Commit

Permalink
save entire substate as state for wallet to be able to determine stat…
Browse files Browse the repository at this point in the history
…e type.
  • Loading branch information
PawelPawelec-RDX committed Aug 16, 2023
1 parent cbe71a0 commit 5b99f01
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -879,7 +879,7 @@ private async Task<ExtendLedgerReport> ProcessTransactions(ReadWriteDbContext db
Id = sequences.StateHistorySequence++,
FromStateVersion = stateVersion,
EntityId = referencedEntities.Get((EntityAddress)substateId.EntityAddress).DatabaseId,
JsonState = validator.Value.ToJson(),
JsonState = validator.ToJson(),
});
}

Expand Down

0 comments on commit 5b99f01

Please sign in to comment.