mirror of
https://github.com/hyperledger/fabric-samples.git
synced 2026-06-23 01:55:10 +00:00
修改日志方式
Signed-off-by: linqili <charlielin06@gmail.com>
This commit is contained in:
parent
92c4fb628a
commit
65dad56fb0
1 changed files with 1 additions and 0 deletions
|
|
@ -54,6 +54,7 @@ public class CommercialPaperContract implements ContractInterface {
|
|||
// No implementation required with this example
|
||||
// It could be where data migration is performed, if necessary
|
||||
LOG.info("No data migration to perform");
|
||||
LOG.info("CommercialPaperContract instantiate!!!");
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Reference in a new issue