@@ -117,7 +117,7 @@ public class UserServiceImpl implements UserService {
boolean flag = blockChainUtil.sendBlockChain(user.getSign());//发送签名直接转发到区块链
if(!flag) {
- throw new RuntimeException("区块链操作失败");
+ throw new RuntimeException("区块链操作失败") ;
}