Skip to content

Commit 30a82ac

Browse files
committed
fix build error
1 parent fd01afe commit 30a82ac

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

node/sync.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -515,7 +515,7 @@ func (d *Pegnetd) DevelopersPayouts(tx *sql.Tx, fLog *log.Entry, height uint32,
515515
}
516516

517517
// Mock entry hash value
518-
addTxid := fmt.Sprintf("%d-%s", dev.DevAddress, txid)
518+
addTxid := fmt.Sprintf("%d-%s", 0, txid)
519519

520520
// Get dev address as FAAdress
521521
FADevAddress, err := factom.NewFAAddress(dev.DevAddress)

0 commit comments

Comments
 (0)