···1818 // this type of transaction is meant to be included only by validator nodes
1919 return &abcitypes.ResponseCheckTx{
2020 Code: 4002,
2121- Info: "AuthoritativeImport transactions can only be introduced by validator nodes",
2121+ Log: "AuthoritativeImport transactions can only be introduced by validator nodes",
2222 }, nil
2323 }
2424