Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
Goshimmer_without_tipselection
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
COLLET Ismael
Goshimmer_without_tipselection
Commits
1f8fd9eb
Unverified
Commit
1f8fd9eb
authored
5 years ago
by
Hans Moog
Committed by
GitHub
5 years ago
Browse files
Options
Downloads
Plain Diff
Merge pull request #43 from iotaledger/fix-GetTrunkHash
fix GetTrunkTransactionHash call
parents
106250a1
e9ea0b5a
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
plugins/tangle/solidifier.go
+2
-2
2 additions, 2 deletions
plugins/tangle/solidifier.go
with
2 additions
and
2 deletions
plugins/tangle/solidifier.go
+
2
−
2
View file @
1f8fd9eb
...
...
@@ -82,8 +82,8 @@ func checkSolidity(transaction *value_transaction.ValueTransaction) (result bool
}
}
// check solidity of
branch
transaction if it is not genesis
if
trunkTransactionHash
:=
transaction
.
Get
Branch
TransactionHash
();
trunkTransactionHash
!=
meta_transaction
.
BRANCH_NULL_HASH
{
// check solidity of
trunk
transaction if it is not genesis
if
trunkTransactionHash
:=
transaction
.
Get
Trunk
TransactionHash
();
trunkTransactionHash
!=
meta_transaction
.
BRANCH_NULL_HASH
{
if
trunkTransaction
,
trunkErr
:=
GetTransaction
(
trunkTransactionHash
);
trunkErr
!=
nil
{
err
=
trunkErr
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment