We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2c7125 commit ed43fa4Copy full SHA for ed43fa4
runstone.go
@@ -324,7 +324,7 @@ func (r *Runestone) Encipher() ([]byte, error) {
324
if edicts[i].ID.Block < (edicts[j].ID.Block) {
325
return true
326
}
327
- if edicts[i].ID.Block == edicts[j].ID.Block && edicts[i].ID.Block < edicts[j].ID.Block {
+ if edicts[i].ID.Block == edicts[j].ID.Block && edicts[i].ID.Tx < edicts[j].ID.Tx {
328
329
330
return false
0 commit comments