Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

remove transcation reference from block #4

Merged
merged 2 commits into from
Aug 30, 2019
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
remove transcation reference from block
  • Loading branch information
Strernd committed Aug 30, 2019
commit 4edd29c05fcfd9960141baeec65ad63b6f12e524
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "tixl-types",
"name": "@tixl/tixl-types",
"version": "0.1.0",
"private": true,
"repository": "[email protected]:tixl/tixl-types.git",
Expand Down
1 change: 0 additions & 1 deletion src/Block.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ export type Block = {
prev: Signature | null;
reference: Signature | null;
payload: EncryptedString;
transaction: Transaction;
amountCommitment: string;
balanceCommitment: string;
receiverAmount: EncryptedNumber;
Expand Down