Skip to content

Commit

Permalink
Cleaned up code a bit
Browse files Browse the repository at this point in the history
  • Loading branch information
factom-clay committed Jun 11, 2018
1 parent 8b6262b commit 426eceb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion state/ack.go
Expand Up @@ -298,7 +298,7 @@ func (s *State) getACKStatus(hash interfaces.IHash, useOldMsgs bool) (int, inter
// Otherwise it might get an ack status but still be un-spendable
return constants.AckStatusNotConfirmed, hash, nil, nil, nil
} else {
return constants.AckStatusACK, hash, m.GetTimestamp(), nil, nil
return constants.AckStatusACK, hash, a.GetTimestamp(), nil, nil
}
}

Expand Down

0 comments on commit 426eceb

Please sign in to comment.