节点运行日志增加记录源站ID

This commit is contained in:
刘祥超
2021-08-01 21:54:44 +08:00
parent 7d25019abb
commit 1a3aaf2846
11 changed files with 56 additions and 23 deletions

View File

@@ -8,7 +8,7 @@ import (
func TestNodeDAO_FindAllNodeIdsMatch(t *testing.T) {
var tx *dbs.Tx
nodeIds, err := SharedNodeDAO.FindAllNodeIdsMatch(tx, 1, 0)
nodeIds, err := SharedNodeDAO.FindAllNodeIdsMatch(tx, 1, true, 0)
if err != nil {
t.Fatal(err)
}