BOXFoundation / boxd

Blockchain for BOX Payout
MIT License
40 stars 10 forks source link

Too verbose: "Address [] is not a split address" #215

Closed xhliu closed 5 years ago

xhliu commented 5 years ago
INFO[0060] Peers: 5, connected: 5, opened: 2             source="p2p/connmgr.go:281" tag=p2p
DEBU[0061] Address [] is not a split address             source="chain/blockchain.go:1291" tag=chain
DEBU[0061] Address [] is not a split address             source="chain/blockchain.go:1291" tag=chain
DEBU[0061] Address [] is not a split address             source="chain/blockchain.go:1291" tag=chain
DEBU[0061] Address [] is not a split address             source="chain/blockchain.go:1291" tag=chain
DEBU[0061] Address [] is not a split address             source="chain/blockchain.go:1291" tag=chain
DEBU[0061] Address [] is not a split address             source="chain/blockchain.go:1291" tag=chain
DEBU[0061] Address [] is not a split address             source="chain/blockchain.go:1291" tag=chain
DEBU[0061] Address [] is not a split address             source="chain/blockchain.go:1291" tag=chain
DEBU[0061] Address [] is not a split address             source="chain/blockchain.go:1291" tag=chain
DEBU[0061] Address [] is not a split address             source="chain/blockchain.go:1291" tag=chain
DEBU[0061] Address [] is not a split address             source="chain/blockchain.go:1291" tag=chain
DEBU[0061] Address [] is not a split address             source="chain/blockchain.go:1291" tag=chain
DEBU[0061] Address [] is not a split address             source="chain/blockchain.go:1291" tag=chain
DEBU[0061] Address [] is not a split address             source="chain/blockchain.go:1291" tag=chain
DEBU[0061] Address [] is not a split address             source="chain/blockchain.go:1291" tag=chain
DEBU[0061] Address [] is not a split address             source="chain/blockchain.go:1291" tag=chain
DEBU[0061] Address [] is not a split address             source="chain/blockchain.go:1291" tag=chain
DEBU[0061] Address [] is not a split address             source="chain/blockchain.go:1291" tag=chain
DEBU[0061] Address [] is not a split address             source="chain/blockchain.go:1291" tag=chain
DEBU[0061] Address [] is not a split address             source="chain/blockchain.go:1291" tag=chain
DEBU[0061] Address [] is not a split address             source="chain/blockchain.go:1291" tag=chain
DEBU[0061] script len 131: 304402201c9f8bde711dea361a768a7b54c560c5bf36b0585eb7399ed6f39b15b71b0314022055d4397cfb9019dc695bcc3cf74f6943c4c116e163fb3f8fef26e0b8c9a5eec4 027cd03eab568e569c0753f9e6588bee305061a0e658d409a13e7d2bc5affd9ee7 OP_CODESEPARATOR OP_DUP OP_HASH160 50570cc73bb18a51fc4153eec68d21d1105d326e OP_EQUALVERIFY OP_CHECKSIG  source="script/script.go:143" tag=script
DEBU[0061] push data len: 70, pc: 71                     source="script/script.go:220" tag=script
DEBU[0061] push data len: 33, pc: 105                    source="script/script.go:220" tag=script
DEBU[0061] opcode: OP_CODESEPARATOR, pc: 106             source="script/script.go:233" tag=script
DEBU[0061] opcode: OP_DUP, pc: 107                       source="script/script.go:233" tag=script
DEBU[0061] opcode: OP_HASH160, pc: 108                   source="script/script.go:233" tag=script
DEBU[0061] push data len: 20, pc: 129                    source="script/script.go:220" tag=script
DEBU[0061] opcode: OP_EQUALVERIFY, pc: 130               source="script/script.go:233" tag=script
DEBU[0061] opcode: OP_CHECKSIG, pc: 131                  source="script/script.go:233" tag=script
DEBU[0061] Address [] is not a split address             source="chain/blockchain.go:1291" tag=chain
DEBU[0061] Address [] is not a split address             source="chain/blockchain.go:1291" tag=chain
DEBU[0061] Address [] is not a split address             source="chain/blockchain.go:1291" tag=chain
DEBU[0061] Address [] is not a split address             source="chain/blockchain.go:1291" tag=chain
DEBU[0061] Address [] is not a split address             source="chain/blockchain.go:1291" tag=chain
DEBU[0061] Address [] is not a split address             source="chain/blockchain.go:1291" tag=chain
DEBU[0061] Address [] is not a split address             source="chain/blockchain.go:1291" tag=chain
DEBU[0061] Address [] is not a split address             source="chain/blockchain.go:1291" tag=chain
DEBU[0061] Address [] is not a split address             source="chain/blockchain.go:1291" tag=chain
DEBU[0061] Address [] is not a split address             source="chain/blockchain.go:1291" tag=chain
DEBU[0061] Address [] is not a split address             source="chain/blockchain.go:1291" tag=chain
DEBU[0061] Address [] is not a split address             source="chain/blockchain.go:1291" tag=chain
DEBU[0061] Address [] is not a split address             source="chain/blockchain.go:1291" tag=chain
DEBU[0061] Address [] is not a split address             source="chain/blockchain.go:1291" tag=chain
DEBU[0061] Address [] is not a split address             source="chain/blockchain.go:1291" tag=chain
I
Jerick26 commented 5 years ago

According to tx count, It should not logger so much the log. Somewhere else is method splitTxOutput called?